#CEFAF8

Color #CEFAF8 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #CEFAF8

Tints of Light Cyan #CEFAF8

Color information

#CEFAF8 (or 0xCEFAF8) is unknown color: approx Light Cyan. HEX triplet: CE, FA and F8. RGB value is (206,250,248). Sum of RGB (Red+Green+Blue) = 206+250+248=704 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.26% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAF8 is #310507. Grayscale: #ECECEC. Windows color (decimal): -3212552 or 16317134. OLE color: 16317134.

HSL color Cylindrical-coordinate representation of color #CEFAF8: hue angle of 177.27º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFAF8 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB206250248-
CMYK0.1800.010.02
HSL177.27º81.48%89.41%-
HSV(B)177.27º17.6%98.04%-
XYZ76.5888.27101.81-
YUV236.62134.42106.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.26%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 248 (97.27% from 255) = 35.23%
R=29.26%
G=35.51%
B=35.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502480.1800.010.02177.2781.4889.41
HexCEFAF812012b15159
Octal31637237022012261121131
Binary1100111011111010111110001001001101011000110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAF8; }

 p { color: rgb(206,250,248); }

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

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

 a { background-color: rgb(206,250,248); }

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

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

 span { border-color: rgb(206,250,248); }

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