Shades of Light Cyan #CFFDFB
Tints of Light Cyan #CFFDFB
RGB
CMYK
RGB Variations
Color information
#CFFDFB (or 0xCFFDFB) is known color: Light Cyan. HEX triplet: CF, FD and FB. RGB value is (207,253,251). Sum of RGB (Red+Green+Blue) = 207+253+251=711 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.11% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDFB is #300204. Grayscale: #EEEEEE. Windows color (decimal): -3146245 or 16514511. OLE color: 16514511.
HSL color Cylindrical-coordinate representation of color #CFFDFB: hue angle of 177.39º 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 #CFFDFB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 251 | - |
CMYK | 0.18 | 0 | 0.01 | 0.01 |
HSL | 177.39º | 0.92% | 0.9% | - |
HSV(B) | 177.39º | 0.18% | 0.99% | - |
XYZ | 78.27 | 90.48 | 104.61 | - |
YUV | 239.02 | 134.76 | 105.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 251 | 0.18 | 0 | 0.01 | 0.01 | 177.39 | 0.92 | 0.9 |
Hex | CF | FD | FB | 12 | 0 | 1 | 1 | B1 | 5C | 5A |
Octal | 317 | 375 | 373 | 22 | 0 | 1 | 1 | 261 | 134 | 132 |
Binary | 11001111 | 11111101 | 11111011 | 10010 | 0 | 1 | 1 | 10110001 | 1011100 | 1011010 |
Color Harmonies of #CFFDFB
Complementary color
Monochromatic Colors of #CFFDFB
Black with #CFFDFB
Text Example
Text Example
White with #CFFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDFB; }
p { color: rgb(207,253,251); }
H1.HeaderClassName
{
color: #CFFDFB;
}
.AnyTagClassName
{
color: #CFFDFB;
}
</style>
background-color css
<style>
a { background-color: #CFFDFB; }
a { background-color: rgb(207,253,251); }
div.DivClassName
{
background-color: #CFFDFB;
}
.BgClassName
{
background-color: #CFFDFB;
}
</style>
border-color css
<style>
span { border-color: #CFFDFB; }
span { border-color: rgb(207,253,251); }
td.TdClassName
{
border-color: #CFFDFB;
}
.TagClassName
{
border-color: #CFFDFB;
}
</style>