Shades of Light Cyan #CFFAF9
Tints of Light Cyan #CFFAF9
RGB
CMYK
RGB Variations
Color information
#CFFAF9 (or 0xCFFAF9) is known color: Light Cyan. HEX triplet: CF, FA and F9. RGB value is (207,250,249). Sum of RGB (Red+Green+Blue) = 207+250+249=706 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.32% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAF9 is #300506. Grayscale: #ECECEC. Windows color (decimal): -3147015 or 16382671. OLE color: 16382671.
HSL color Cylindrical-coordinate representation of color #CFFAF9: hue angle of 178.6º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFFAF9 is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
RGB | 207 | 250 | 249 | - |
CMYK | 0.17 | 0 | 0.00 | 0.02 |
HSL | 178.6º | 0.81% | 0.9% | - |
HSV(B) | 178.6º | 0.17% | 0.98% | - |
XYZ | 77.02 | 88.48 | 102.64 | - |
YUV | 237.03 | 134.75 | 106.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 250 | 249 | 0.17 | 0 | 0.00 | 0.02 | 178.6 | 0.81 | 0.9 |
Hex | CF | FA | F9 | 11 | 0 | 0 | 2 | B3 | 51 | 5A |
Octal | 317 | 372 | 371 | 21 | 0 | 0 | 2 | 263 | 121 | 132 |
Binary | 11001111 | 11111010 | 11111001 | 10001 | 0 | 0 | 10 | 10110011 | 1010001 | 1011010 |
Color Harmonies of #CFFAF9
Complementary color
Monochromatic Colors of #CFFAF9
Black with #CFFAF9
Text Example
Text Example
White with #CFFAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFAF9; }
p { color: rgb(207,250,249); }
H1.HeaderClassName
{
color: #CFFAF9;
}
.AnyTagClassName
{
color: #CFFAF9;
}
</style>
background-color css
<style>
a { background-color: #CFFAF9; }
a { background-color: rgb(207,250,249); }
div.DivClassName
{
background-color: #CFFAF9;
}
.BgClassName
{
background-color: #CFFAF9;
}
</style>
border-color css
<style>
span { border-color: #CFFAF9; }
span { border-color: rgb(207,250,249); }
td.TdClassName
{
border-color: #CFFAF9;
}
.TagClassName
{
border-color: #CFFAF9;
}
</style>