Shades of Light Cyan #CFFDFD
Tints of Light Cyan #CFFDFD
RGB
CMYK
RGB Variations
Color information
#CFFDFD (or 0xCFFDFD) is known color: Light Cyan. HEX triplet: CF, FD and FD. RGB value is (207,253,253). Sum of RGB (Red+Green+Blue) = 207+253+253=713 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.03% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #CFFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDFD is #300202. Grayscale: #EFEFEF. Windows color (decimal): -3146243 or 16645583. OLE color: 16645583.
HSL color Cylindrical-coordinate representation of color #CFFDFD: hue angle of 180º 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 #CFFDFD is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 253 | - |
CMYK | 0.18 | 0 | 0 | 0.01 |
HSL | 180º | 0.92% | 0.9% | - |
HSV(B) | 180º | 0.18% | 0.99% | - |
XYZ | 78.59 | 90.61 | 106.28 | - |
YUV | 239.25 | 135.76 | 105 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 253 | 0.18 | 0 | 0 | 0.01 | 180 | 0.92 | 0.9 |
Hex | CF | FD | FD | 12 | 0 | 0 | 1 | B4 | 5C | 5A |
Octal | 317 | 375 | 375 | 22 | 0 | 0 | 1 | 264 | 134 | 132 |
Binary | 11001111 | 11111101 | 11111101 | 10010 | 0 | 0 | 1 | 10110100 | 1011100 | 1011010 |
Color Harmonies of #CFFDFD
Complementary color
Monochromatic Colors of #CFFDFD
Black with #CFFDFD
Text Example
Text Example
White with #CFFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDFD; }
p { color: rgb(207,253,253); }
H1.HeaderClassName
{
color: #CFFDFD;
}
.AnyTagClassName
{
color: #CFFDFD;
}
</style>
background-color css
<style>
a { background-color: #CFFDFD; }
a { background-color: rgb(207,253,253); }
div.DivClassName
{
background-color: #CFFDFD;
}
.BgClassName
{
background-color: #CFFDFD;
}
</style>
border-color css
<style>
span { border-color: #CFFDFD; }
span { border-color: rgb(207,253,253); }
td.TdClassName
{
border-color: #CFFDFD;
}
.TagClassName
{
border-color: #CFFDFD;
}
</style>