#CEFCF7

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

Shades of Light Cyan #CEFCF7

Tints of Light Cyan #CEFCF7

Color information

#CEFCF7 (or 0xCEFCF7) is unknown color: approx Light Cyan. HEX triplet: CE, FC and F7. RGB value is (206,252,247). Sum of RGB (Red+Green+Blue) = 206+252+247=705 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.22% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCF7 is #310308. Grayscale: #EDEDED. Windows color (decimal): -3212041 or 16252110. OLE color: 16252110.

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

Color convert

RGB206252247-
CMYK0.1800.020.01
HSL173.48º88.46%89.8%-
HSV(B)173.48º18.25%98.82%-
XYZ77.0589.46101.2-
YUV237.68133.26105.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.22%
GREEN value IS 252 (98.83% from 255) = 35.74%
BLUE value IS 247 (96.88% from 255) = 35.04%
R=29.22%
G=35.74%
B=35.04%

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
Decimal2062522470.1800.020.01173.4888.4689.8
HexCEFCF712021ad585a
Octal31637436722021255130132
Binary1100111011111100111101111001001011010110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCF7; }

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

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

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

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

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

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

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

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