Shades of Light Cyan #CBFDF8
Tints of Light Cyan #CBFDF8
RGB
CMYK
RGB Variations
Color information
#CBFDF8 (or 0xCBFDF8) is known color: Light Cyan. HEX triplet: CB, FD and F8. RGB value is (203,253,248). Sum of RGB (Red+Green+Blue) = 203+253+248=704 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.84% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFDF8 is #340207. Grayscale: #EDEDED. Windows color (decimal): -3408392 or 16317899. OLE color: 16317899.
HSL color Cylindrical-coordinate representation of color #CBFDF8: hue angle of 174º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDF8 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 203 | 253 | 248 | - |
CMYK | 0.20 | 0 | 0.02 | 0.01 |
HSL | 174º | 0.93% | 0.89% | - |
HSV(B) | 174º | 0.2% | 0.99% | - |
XYZ | 76.7 | 89.72 | 102.08 | - |
YUV | 237.48 | 133.94 | 103.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 253 | 248 | 0.20 | 0 | 0.02 | 0.01 | 174 | 0.93 | 0.89 |
Hex | CB | FD | F8 | 14 | 0 | 2 | 1 | AE | 5D | 59 |
Octal | 313 | 375 | 370 | 24 | 0 | 2 | 1 | 256 | 135 | 131 |
Binary | 11001011 | 11111101 | 11111000 | 10100 | 0 | 10 | 1 | 10101110 | 1011101 | 1011001 |
Color Harmonies of #CBFDF8
Complementary color
Monochromatic Colors of #CBFDF8
Black with #CBFDF8
Text Example
Text Example
White with #CBFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDF8; }
p { color: rgb(203,253,248); }
H1.HeaderClassName
{
color: #CBFDF8;
}
.AnyTagClassName
{
color: #CBFDF8;
}
</style>
background-color css
<style>
a { background-color: #CBFDF8; }
a { background-color: rgb(203,253,248); }
div.DivClassName
{
background-color: #CBFDF8;
}
.BgClassName
{
background-color: #CBFDF8;
}
</style>
border-color css
<style>
span { border-color: #CBFDF8; }
span { border-color: rgb(203,253,248); }
td.TdClassName
{
border-color: #CBFDF8;
}
.TagClassName
{
border-color: #CBFDF8;
}
</style>