#CEFDFF

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

Shades of Light Cyan #CEFDFF

Tints of Light Cyan #CEFDFF

Color information

#CEFDFF (or 0xCEFDFF) is unknown color: approx Light Cyan. HEX triplet: CE, FD and FF. RGB value is (206,253,255). Sum of RGB (Red+Green+Blue) = 206+253+255=714 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.85% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDFF is #310200. Grayscale: #EFEFEF. Windows color (decimal): -3211777 or 16776654. OLE color: 16776654.

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

Color convert

RGB206253255-
CMYK0.190.0100
HSL182.45º100%90.39%-
HSV(B)182.45º19.22%100%-
XYZ78.6390.59107.95-
YUV239.18136.93104.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 28.85%
GREEN value IS 253 (99.22% from 255) = 35.43%
BLUE value IS 255 (100% from 255) = 35.71%
R=28.85%
G=35.43%
B=35.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062532550.190.0100182.4510090.39
HexCEFDFF13100b6645a
Octal31637537723100266144132
Binary110011101111110111111111100111001011011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDFF; }

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

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

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

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

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

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

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

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