#CEFDFE

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

Shades of Light Cyan #CEFDFE

Tints of Light Cyan #CEFDFE

Color information

#CEFDFE (or 0xCEFDFE) is unknown color: approx Light Cyan. HEX triplet: CE, FD and FE. RGB value is (206,253,254). Sum of RGB (Red+Green+Blue) = 206+253+254=713 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.89% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDFE is #310201. Grayscale: #EFEFEF. Windows color (decimal): -3211778 or 16711118. OLE color: 16711118.

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

Color convert

RGB206253254-
CMYK0.190.0000.00
HSL181.25º96%90.2%-
HSV(B)181.25º18.9%99.61%-
XYZ78.4790.53107.1-
YUV239.06136.43104.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 28.89%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=28.89%
G=35.48%
B=35.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062532540.190.0000.00181.259690.2
HexCEFDFE13000b5605a
Octal31637537623000265140132
Binary110011101111110111111110100110001011010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDFE; }

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

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

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

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

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

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

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

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