#CFFCF6

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

Shades of Light Cyan #CFFCF6

Tints of Light Cyan #CFFCF6

Color information

#CFFCF6 (or 0xCFFCF6) is unknown color: approx Light Cyan. HEX triplet: CF, FC and F6. RGB value is (207,252,246). Sum of RGB (Red+Green+Blue) = 207+252+246=705 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.36% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFCF6 is #300309. Grayscale: #EDEDED. Windows color (decimal): -3146506 or 16186575. OLE color: 16186575.

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

Color convert

RGB207252246-
CMYK0.1800.020.01
HSL172º88.24%90%-
HSV(B)172º17.86%98.82%-
XYZ77.1889.54100.4-
YUV237.86132.59105.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.36%
GREEN value IS 252 (98.83% from 255) = 35.74%
BLUE value IS 246 (96.48% from 255) = 34.89%
R=29.36%
G=35.74%
B=34.89%

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
Decimal2072522460.1800.020.0117288.2490
HexCFFCF612021ac585a
Octal31737436622021254130132
Binary1100111111111100111101101001001011010110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCF6; }

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

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

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

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

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

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

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

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