Shades of Light Cyan #CFFDF7
Tints of Light Cyan #CFFDF7
RGB
CMYK
RGB Variations
Color information
#CFFDF7 (or 0xCFFDF7) is known color: Light Cyan. HEX triplet: CF, FD and F7. RGB value is (207,253,247). Sum of RGB (Red+Green+Blue) = 207+253+247=707 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.28% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDF7 is #300208. Grayscale: #EEEEEE. Windows color (decimal): -3146249 or 16252367. OLE color: 16252367.
HSL color Cylindrical-coordinate representation of color #CFFDF7: hue angle of 172.17º 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 #CFFDF7 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 247 | - |
CMYK | 0.18 | 0 | 0.02 | 0.01 |
HSL | 172.17º | 0.92% | 0.9% | - |
HSV(B) | 172.17º | 0.18% | 0.99% | - |
XYZ | 77.65 | 90.23 | 101.32 | - |
YUV | 238.56 | 132.76 | 105.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 247 | 0.18 | 0 | 0.02 | 0.01 | 172.17 | 0.92 | 0.9 |
Hex | CF | FD | F7 | 12 | 0 | 2 | 1 | AC | 5C | 5A |
Octal | 317 | 375 | 367 | 22 | 0 | 2 | 1 | 254 | 134 | 132 |
Binary | 11001111 | 11111101 | 11110111 | 10010 | 0 | 10 | 1 | 10101100 | 1011100 | 1011010 |
Color Harmonies of #CFFDF7
Complementary color
Monochromatic Colors of #CFFDF7
Black with #CFFDF7
Text Example
Text Example
White with #CFFDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDF7; }
p { color: rgb(207,253,247); }
H1.HeaderClassName
{
color: #CFFDF7;
}
.AnyTagClassName
{
color: #CFFDF7;
}
</style>
background-color css
<style>
a { background-color: #CFFDF7; }
a { background-color: rgb(207,253,247); }
div.DivClassName
{
background-color: #CFFDF7;
}
.BgClassName
{
background-color: #CFFDF7;
}
</style>
border-color css
<style>
span { border-color: #CFFDF7; }
span { border-color: rgb(207,253,247); }
td.TdClassName
{
border-color: #CFFDF7;
}
.TagClassName
{
border-color: #CFFDF7;
}
</style>