#CFFCF7

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

Shades of Light Cyan #CFFCF7

Tints of Light Cyan #CFFCF7

Color information

#CFFCF7 (or 0xCFFCF7) is unknown color: approx Light Cyan. HEX triplet: CF, FC and F7. RGB value is (207,252,247). Sum of RGB (Red+Green+Blue) = 207+252+247=706 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.32% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFCF7 is #300308. Grayscale: #EDEDED. Windows color (decimal): -3146505 or 16252111. OLE color: 16252111.

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

Color convert

RGB207252247-
CMYK0.1800.020.01
HSL173.33º88.24%90%-
HSV(B)173.33º17.86%98.82%-
XYZ77.3389.6101.21-
YUV237.97133.09105.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.32%
GREEN value IS 252 (98.83% from 255) = 35.69%
BLUE value IS 247 (96.88% from 255) = 34.99%
R=29.32%
G=35.69%
B=34.99%

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
Decimal2072522470.1800.020.01173.3388.2490
HexCFFCF712021ad585a
Octal31737436722021255130132
Binary1100111111111100111101111001001011010110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCF7; }

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

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

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

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

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

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

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

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