#5BC3EA

Color #5BC3EA Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5BC3EA

Tints of Malibu #5BC3EA

Color information

#5BC3EA (or 0x5BC3EA) is unknown color: approx Malibu. HEX triplet: 5B, C3 and EA. RGB value is (91,195,234). Sum of RGB (Red+Green+Blue) = 91+195+234=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BC3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC3EA is #A43C15. Grayscale: #A8A8A8. Windows color (decimal): -10763286 or 15385435. OLE color: 15385435.

HSL color Cylindrical-coordinate representation of color #5BC3EA: hue angle of 196.36º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BC3EA is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB91195234-
CMYK0.610.1700.08
HSL196.36º77.3%63.73%-
HSV(B)196.36º61.11%91.76%-
XYZ38.6847.1984.91-
YUV168.35165.0472.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 17.5%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 234 (91.80% from 255) = 45%
R=17.5%
G=37.5%
B=45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal911952340.610.1700.08196.3677.363.73
Hex5BC3EA3D1108c44d40
Octal1333033527521010304115100
Binary1011011110000111110101011110110001010001100010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BC3EA; }

 p { color: rgb(91,195,234); }

 H1.HeaderClassName
 {
   color: #5BC3EA;
 }
 .AnyTagClassName
 {
   color: #5BC3EA;
 }
</style>
background-color css

<style>
 a { background-color: #5BC3EA; }

 a { background-color: rgb(91,195,234); }

 div.DivClassName
 {
   background-color: #5BC3EA;
 }
 .BgClassName
 {
   background-color: #5BC3EA;
 }
</style>
border-color css

<style>
 span { border-color: #5BC3EA; }

 span { border-color: rgb(91,195,234); }

 td.TdClassName
 {
   border-color: #5BC3EA;
 }
 .TagClassName
 {
   border-color: #5BC3EA;
 }
</style>