#CEFDFC

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

Shades of Light Cyan #CEFDFC

Tints of Light Cyan #CEFDFC

Color information

#CEFDFC (or 0xCEFDFC) is unknown color: approx Light Cyan. HEX triplet: CE, FD and FC. RGB value is (206,253,252). Sum of RGB (Red+Green+Blue) = 206+253+252=711 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.97% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDFC is #310203. Grayscale: #EEEEEE. Windows color (decimal): -3211780 or 16580046. OLE color: 16580046.

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

Color convert

RGB206253252-
CMYK0.1900.000.01
HSL178.72º92.16%90%-
HSV(B)178.72º18.58%99.22%-
XYZ78.1590.4105.43-
YUV238.83135.43104.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 28.97%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 252 (98.83% from 255) = 35.44%
R=28.97%
G=35.58%
B=35.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062532520.1900.000.01178.7292.1690
HexCEFDFC13001b35c5a
Octal31637537423001263134132
Binary110011101111110111111100100110011011001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDFC; }

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

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

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

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

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

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

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

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