#CEFBFE

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

Shades of Light Cyan #CEFBFE

Tints of Light Cyan #CEFBFE

Color information

#CEFBFE (or 0xCEFBFE) is unknown color: approx Light Cyan. HEX triplet: CE, FB and FE. RGB value is (206,251,254). Sum of RGB (Red+Green+Blue) = 206+251+254=711 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.97% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFBFE is #310401. Grayscale: #EDEDED. Windows color (decimal): -3212290 or 16710606. OLE color: 16710606.

HSL color Cylindrical-coordinate representation of color #CEFBFE: hue angle of 183.75º 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 #CEFBFE is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206251254-
CMYK0.190.0100.00
HSL183.75º96%90.2%-
HSV(B)183.75º18.9%99.61%-
XYZ77.8489.27106.89-
YUV237.89137.09105.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 28.97%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=28.97%
G=35.30%
B=35.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062512540.190.0100.00183.759690.2
HexCEFBFE13100b8605a
Octal31637337623100270140132
Binary110011101111101111111110100111001011100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBFE; }

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

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

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

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

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

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

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

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