#CEFAFE

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

Shades of Light Cyan #CEFAFE

Tints of Light Cyan #CEFAFE

Color information

#CEFAFE (or 0xCEFAFE) is unknown color: approx Light Cyan. HEX triplet: CE, FA and FE. RGB value is (206,250,254). Sum of RGB (Red+Green+Blue) = 206+250+254=710 (94% of max value = 765). Red value is 206 (80.86% from 255 or 29.01% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAFE is #310501. Grayscale: #EDEDED. Windows color (decimal): -3212546 or 16710350. OLE color: 16710350.

HSL color Cylindrical-coordinate representation of color #CEFAFE: hue angle of 185º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFAFE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206250254-
CMYK0.190.0200.00
HSL185º96%90.2%-
HSV(B)185º18.9%99.61%-
XYZ77.5388.65106.79-
YUV237.3137.42105.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.01%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=29.01%
G=35.21%
B=35.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062502540.190.0200.001859690.2
HexCEFAFE13200b9605a
Octal31637237623200271140132
Binary1100111011111010111111101001110001011100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAFE; }

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

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

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

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

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

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

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

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