Shades of Light Cyan #CFFFFA
Tints of Light Cyan #CFFFFA
RGB
CMYK
RGB Variations
Color information
#CFFFFA (or 0xCFFFFA) is known color: Light Cyan. HEX triplet: CF, FF and FA. RGB value is (207,255,250). Sum of RGB (Red+Green+Blue) = 207+255+250=712 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.07% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFFA is #300005. Grayscale: #F0F0F0. Windows color (decimal): -3145734 or 16449487. OLE color: 16449487.
HSL color Cylindrical-coordinate representation of color #CFFFFA: hue angle of 173.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFFA is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 250 | - |
| CMYK | 0.19 | 0 | 0.02 | 0 |
| HSL | 173.75º | 1% | 0.91% | - |
| HSV(B) | 173.75º | 0.19% | 1% | - |
| XYZ | 78.75 | 91.69 | 103.99 | - |
| YUV | 240.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 250 | 0.19 | 0 | 0.02 | 0 | 173.75 | 1 | 0.91 |
| Hex | CF | FF | FA | 13 | 0 | 2 | 0 | AE | 64 | 5B |
| Octal | 317 | 377 | 372 | 23 | 0 | 2 | 0 | 256 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11111010 | 10011 | 0 | 10 | 0 | 10101110 | 1100100 | 1011011 |
Color Harmonies of #CFFFFA
Complementary color
Monochromatic Colors of #CFFFFA
Black with #CFFFFA
Text Example
Text Example
White with #CFFFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFFA; }
p { color: rgb(207,255,250); }
H1.HeaderClassName
{
color: #CFFFFA;
}
.AnyTagClassName
{
color: #CFFFFA;
}
</style>
background-color css
<style>
a { background-color: #CFFFFA; }
a { background-color: rgb(207,255,250); }
div.DivClassName
{
background-color: #CFFFFA;
}
.BgClassName
{
background-color: #CFFFFA;
}
</style>
border-color css
<style>
span { border-color: #CFFFFA; }
span { border-color: rgb(207,255,250); }
td.TdClassName
{
border-color: #CFFFFA;
}
.TagClassName
{
border-color: #CFFFFA;
}
</style>