Shades of Light Cyan #CFFDF6
Tints of Light Cyan #CFFDF6
RGB
CMYK
RGB Variations
Color information
#CFFDF6 (or 0xCFFDF6) is known color: Light Cyan. HEX triplet: CF, FD and F6. RGB value is (207,253,246). Sum of RGB (Red+Green+Blue) = 207+253+246=706 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.32% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDF6 is #300209. Grayscale: #EEEEEE. Windows color (decimal): -3146250 or 16186831. OLE color: 16186831.
HSL color Cylindrical-coordinate representation of color #CFFDF6: hue angle of 170.87º degrees, saturation: 0.92, 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 #CFFDF6 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 246 | - |
CMYK | 0.18 | 0 | 0.03 | 0.01 |
HSL | 170.87º | 0.92% | 0.9% | - |
HSV(B) | 170.87º | 0.18% | 0.99% | - |
XYZ | 77.49 | 90.17 | 100.51 | - |
YUV | 238.45 | 132.26 | 105.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 246 | 0.18 | 0 | 0.03 | 0.01 | 170.87 | 0.92 | 0.9 |
Hex | CF | FD | F6 | 12 | 0 | 3 | 1 | AB | 5C | 5A |
Octal | 317 | 375 | 366 | 22 | 0 | 3 | 1 | 253 | 134 | 132 |
Binary | 11001111 | 11111101 | 11110110 | 10010 | 0 | 11 | 1 | 10101011 | 1011100 | 1011010 |
Color Harmonies of #CFFDF6
Complementary color
Monochromatic Colors of #CFFDF6
Black with #CFFDF6
Text Example
Text Example
White with #CFFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDF6; }
p { color: rgb(207,253,246); }
H1.HeaderClassName
{
color: #CFFDF6;
}
.AnyTagClassName
{
color: #CFFDF6;
}
</style>
background-color css
<style>
a { background-color: #CFFDF6; }
a { background-color: rgb(207,253,246); }
div.DivClassName
{
background-color: #CFFDF6;
}
.BgClassName
{
background-color: #CFFDF6;
}
</style>
border-color css
<style>
span { border-color: #CFFDF6; }
span { border-color: rgb(207,253,246); }
td.TdClassName
{
border-color: #CFFDF6;
}
.TagClassName
{
border-color: #CFFDF6;
}
</style>