#5CBBF3

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

Shades of Malibu #5CBBF3

Tints of Malibu #5CBBF3

Color information

#5CBBF3 (or 0x5CBBF3) is unknown color: approx Malibu. HEX triplet: 5C, BB and F3. RGB value is (92,187,243). Sum of RGB (Red+Green+Blue) = 92+187+243=522 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.62% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #5CBBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBBF3 is #A3440C. Grayscale: #A4A4A4. Windows color (decimal): -10699789 or 15973212. OLE color: 15973212.

HSL color Cylindrical-coordinate representation of color #5CBBF3: hue angle of 202.25º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CBBF3 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92187243-
CMYK0.620.2300.05
HSL202.25º86.29%65.69%-
HSV(B)202.25º62.14%95.29%-
XYZ38.3644.2991.32-
YUV164.98172.0375.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.62%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 243 (95.31% from 255) = 46.55%
R=17.62%
G=35.82%
B=46.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal921872430.620.2300.05202.2586.2965.69
Hex5CBBF33E1705ca5642
Octal134273363762705312126102
Binary101110010111011111100111111101011101011100101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,187,243); }

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

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

 a { background-color: rgb(92,187,243); }

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

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

 span { border-color: rgb(92,187,243); }

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