Shades of Light Cyan #CBFEFA
Tints of Light Cyan #CBFEFA
RGB
CMYK
RGB Variations
Color information
#CBFEFA (or 0xCBFEFA) is known color: Light Cyan. HEX triplet: CB, FE and FA. RGB value is (203,254,250). Sum of RGB (Red+Green+Blue) = 203+254+250=707 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.71% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFEFA is #340105. Grayscale: #EEEEEE. Windows color (decimal): -3408134 or 16449227. OLE color: 16449227.
HSL color Cylindrical-coordinate representation of color #CBFEFA: hue angle of 175.29º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFEFA is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 250 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.00 |
| HSL | 175.29º | 0.96% | 0.9% | - |
| HSV(B) | 175.29º | 0.2% | 1% | - |
| XYZ | 77.33 | 90.48 | 103.83 | - |
| YUV | 238.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 250 | 0.20 | 0 | 0.02 | 0.00 | 175.29 | 0.96 | 0.9 |
| Hex | CB | FE | FA | 14 | 0 | 2 | 0 | AF | 60 | 5A |
| Octal | 313 | 376 | 372 | 24 | 0 | 2 | 0 | 257 | 140 | 132 |
| Binary | 11001011 | 11111110 | 11111010 | 10100 | 0 | 10 | 0 | 10101111 | 1100000 | 1011010 |
Color Harmonies of #CBFEFA
Complementary color
Monochromatic Colors of #CBFEFA
Black with #CBFEFA
Text Example
Text Example
White with #CBFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEFA; }
p { color: rgb(203,254,250); }
H1.HeaderClassName
{
color: #CBFEFA;
}
.AnyTagClassName
{
color: #CBFEFA;
}
</style>
background-color css
<style>
a { background-color: #CBFEFA; }
a { background-color: rgb(203,254,250); }
div.DivClassName
{
background-color: #CBFEFA;
}
.BgClassName
{
background-color: #CBFEFA;
}
</style>
border-color css
<style>
span { border-color: #CBFEFA; }
span { border-color: rgb(203,254,250); }
td.TdClassName
{
border-color: #CBFEFA;
}
.TagClassName
{
border-color: #CBFEFA;
}
</style>