#5CCAEF

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

Shades of Malibu #5CCAEF

Tints of Malibu #5CCAEF

Color information

#5CCAEF (or 0x5CCAEF) is unknown color: approx Malibu. HEX triplet: 5C, CA and EF. RGB value is (92,202,239). Sum of RGB (Red+Green+Blue) = 92+202+239=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CCAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCAEF is #A33510. Grayscale: #ADADAD. Windows color (decimal): -10695953 or 15714908. OLE color: 15714908.

HSL color Cylindrical-coordinate representation of color #5CCAEF: hue angle of 195.1º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CCAEF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB92202239-
CMYK0.620.1500.06
HSL195.1º82.12%64.9%-
HSV(B)195.1º61.51%93.73%-
XYZ41.1150.7589.29-
YUV173.33165.0669.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.26%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 239 (93.75% from 255) = 44.84%
R=17.26%
G=37.90%
B=44.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal922022390.620.1500.06195.182.1264.9
Hex5CCAEF3EF06c35241
Octal134312357761706303122101
Binary10111001100101011101111111110111101101100001110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,202,239); }

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

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

 a { background-color: rgb(92,202,239); }

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

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

 span { border-color: rgb(92,202,239); }

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