Shades of Light Cyan #CBF9FA
Tints of Light Cyan #CBF9FA
RGB
CMYK
RGB Variations
Color information
#CBF9FA (or 0xCBF9FA) is known color: Light Cyan. HEX triplet: CB, F9 and FA. RGB value is (203,249,250). Sum of RGB (Red+Green+Blue) = 203+249+250=702 (92% of max value = 765). Red value is 203 (79.69% from 255 or 28.92% from 702); Green value is 249 (97.66% from 255 or 35.47% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF9FA is #340605. Grayscale: #EBEBEB. Windows color (decimal): -3409414 or 16447947. OLE color: 16447947.
HSL color Cylindrical-coordinate representation of color #CBF9FA: hue angle of 181.28º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBF9FA is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 250 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.02 |
| HSL | 181.28º | 0.82% | 0.89% | - |
| HSV(B) | 181.28º | 0.19% | 0.98% | - |
| XYZ | 75.76 | 87.35 | 103.31 | - |
| YUV | 235.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 250 | 0.19 | 0.00 | 0 | 0.02 | 181.28 | 0.82 | 0.89 |
| Hex | CB | F9 | FA | 13 | 0 | 0 | 2 | B5 | 52 | 59 |
| Octal | 313 | 371 | 372 | 23 | 0 | 0 | 2 | 265 | 122 | 131 |
| Binary | 11001011 | 11111001 | 11111010 | 10011 | 0 | 0 | 10 | 10110101 | 1010010 | 1011001 |
Color Harmonies of #CBF9FA
Complementary color
Monochromatic Colors of #CBF9FA
Black with #CBF9FA
Text Example
Text Example
White with #CBF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF9FA; }
p { color: rgb(203,249,250); }
H1.HeaderClassName
{
color: #CBF9FA;
}
.AnyTagClassName
{
color: #CBF9FA;
}
</style>
background-color css
<style>
a { background-color: #CBF9FA; }
a { background-color: rgb(203,249,250); }
div.DivClassName
{
background-color: #CBF9FA;
}
.BgClassName
{
background-color: #CBF9FA;
}
</style>
border-color css
<style>
span { border-color: #CBF9FA; }
span { border-color: rgb(203,249,250); }
td.TdClassName
{
border-color: #CBF9FA;
}
.TagClassName
{
border-color: #CBF9FA;
}
</style>