#CEFCF9

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

Shades of Light Cyan #CEFCF9

Tints of Light Cyan #CEFCF9

Color information

#CEFCF9 (or 0xCEFCF9) is unknown color: approx Light Cyan. HEX triplet: CE, FC and F9. RGB value is (206,252,249). Sum of RGB (Red+Green+Blue) = 206+252+249=707 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.14% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCF9 is #310306. Grayscale: #EDEDED. Windows color (decimal): -3212039 or 16383182. OLE color: 16383182.

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

Color convert

RGB206252249-
CMYK0.1800.010.01
HSL176.09º88.46%89.8%-
HSV(B)176.09º18.25%98.82%-
XYZ77.3689.58102.84-
YUV237.9134.26105.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.14%
GREEN value IS 252 (98.83% from 255) = 35.64%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=29.14%
G=35.64%
B=35.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522490.1800.010.01176.0988.4689.8
HexCEFCF912011b0585a
Octal31637437122011260130132
Binary110011101111110011111001100100111011000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCF9; }

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

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

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

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

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

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

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

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