#5CBBF5

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

Shades of Malibu #5CBBF5

Tints of Malibu #5CBBF5

Color information

#5CBBF5 (or 0x5CBBF5) is unknown color: approx Malibu. HEX triplet: 5C, BB and F5. RGB value is (92,187,245). Sum of RGB (Red+Green+Blue) = 92+187+245=524 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.56% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #5CBBF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBBF5 is #A3440A. Grayscale: #A4A4A4. Windows color (decimal): -10699787 or 16104284. OLE color: 16104284.

HSL color Cylindrical-coordinate representation of color #5CBBF5: hue angle of 202.75º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CBBF5 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB92187245-
CMYK0.620.2400.04
HSL202.75º88.44%66.08%-
HSV(B)202.75º62.45%96.08%-
XYZ38.6744.4192.92-
YUV165.21173.0375.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.56%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 245 (96.09% from 255) = 46.76%
R=17.56%
G=35.69%
B=46.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal921872450.620.2400.04202.7588.4466.08
Hex5CBBF53E1804cb5842
Octal134273365763004313130102
Binary101110010111011111101011111101100001001100101110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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