Shades of Light Cyan #CFFFFB
Tints of Light Cyan #CFFFFB
RGB
CMYK
RGB Variations
Color information
#CFFFFB (or 0xCFFFFB) is known color: Light Cyan. HEX triplet: CF, FF and FB. RGB value is (207,255,251). Sum of RGB (Red+Green+Blue) = 207+255+251=713 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.03% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFFB is #300004. Grayscale: #F0F0F0. Windows color (decimal): -3145733 or 16515023. OLE color: 16515023.
HSL color Cylindrical-coordinate representation of color #CFFFFB: hue angle of 175º 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 #CFFFFB is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 251 | - |
| CMYK | 0.19 | 0 | 0.02 | 0 |
| HSL | 175º | 1% | 0.91% | - |
| HSV(B) | 175º | 0.19% | 1% | - |
| XYZ | 78.9 | 91.75 | 104.82 | - |
| YUV | 240.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 251 | 0.19 | 0 | 0.02 | 0 | 175 | 1 | 0.91 |
| Hex | CF | FF | FB | 13 | 0 | 2 | 0 | AF | 64 | 5B |
| Octal | 317 | 377 | 373 | 23 | 0 | 2 | 0 | 257 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11111011 | 10011 | 0 | 10 | 0 | 10101111 | 1100100 | 1011011 |
Color Harmonies of #CFFFFB
Complementary color
Monochromatic Colors of #CFFFFB
Black with #CFFFFB
Text Example
Text Example
White with #CFFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFFB; }
p { color: rgb(207,255,251); }
H1.HeaderClassName
{
color: #CFFFFB;
}
.AnyTagClassName
{
color: #CFFFFB;
}
</style>
background-color css
<style>
a { background-color: #CFFFFB; }
a { background-color: rgb(207,255,251); }
div.DivClassName
{
background-color: #CFFFFB;
}
.BgClassName
{
background-color: #CFFFFB;
}
</style>
border-color css
<style>
span { border-color: #CFFFFB; }
span { border-color: rgb(207,255,251); }
td.TdClassName
{
border-color: #CFFFFB;
}
.TagClassName
{
border-color: #CFFFFB;
}
</style>