#CEFCF6

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

Shades of Light Cyan #CEFCF6

Tints of Light Cyan #CEFCF6

Color information

#CEFCF6 (or 0xCEFCF6) is unknown color: approx Light Cyan. HEX triplet: CE, FC and F6. RGB value is (206,252,246). Sum of RGB (Red+Green+Blue) = 206+252+246=704 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.26% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCF6 is #310309. Grayscale: #EDEDED. Windows color (decimal): -3212042 or 16186574. OLE color: 16186574.

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

Color convert

RGB206252246-
CMYK0.1800.020.01
HSL172.17º88.46%89.8%-
HSV(B)172.17º18.25%98.82%-
XYZ76.989.4100.39-
YUV237.56132.76105.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.26%
GREEN value IS 252 (98.83% from 255) = 35.80%
BLUE value IS 246 (96.48% from 255) = 34.94%
R=29.26%
G=35.80%
B=34.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522460.1800.020.01172.1788.4689.8
HexCEFCF612021ac585a
Octal31637436622021254130132
Binary1100111011111100111101101001001011010110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCF6; }

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

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

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

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

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

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

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

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