Shades of White Ice #CBF9E2
Tints of White Ice #CBF9E2
RGB
CMYK
RGB Variations
Color information
#CBF9E2 (or 0xCBF9E2) is known color: White Ice. HEX triplet: CB, F9 and E2. RGB value is (203,249,226). Sum of RGB (Red+Green+Blue) = 203+249+226=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 226 (88.67% from 255 or 33.33% from 678); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9E2 is #34061D. Grayscale: #E8E8E8. Windows color (decimal): -3409438 or 14875083. OLE color: 14875083.
HSL color Cylindrical-coordinate representation of color #CBF9E2: hue angle of 150º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF9E2 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 226 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.02 |
| HSL | 150º | 0.79% | 0.89% | - |
| HSV(B) | 150º | 0.18% | 0.98% | - |
| XYZ | 72.23 | 85.94 | 84.73 | - |
| YUV | 232.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 226 | 0.18 | 0 | 0.09 | 0.02 | 150 | 0.79 | 0.89 |
| Hex | CB | F9 | E2 | 12 | 0 | 9 | 2 | 96 | 4F | 59 |
| Octal | 313 | 371 | 342 | 22 | 0 | 11 | 2 | 226 | 117 | 131 |
| Binary | 11001011 | 11111001 | 11100010 | 10010 | 0 | 1001 | 10 | 10010110 | 1001111 | 1011001 |
Color Harmonies of #CBF9E2
Complementary color
Monochromatic Colors of #CBF9E2
Black with #CBF9E2
Text Example
Text Example
White with #CBF9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF9E2; }
p { color: rgb(203,249,226); }
H1.HeaderClassName
{
color: #CBF9E2;
}
.AnyTagClassName
{
color: #CBF9E2;
}
</style>
background-color css
<style>
a { background-color: #CBF9E2; }
a { background-color: rgb(203,249,226); }
div.DivClassName
{
background-color: #CBF9E2;
}
.BgClassName
{
background-color: #CBF9E2;
}
</style>
border-color css
<style>
span { border-color: #CBF9E2; }
span { border-color: rgb(203,249,226); }
td.TdClassName
{
border-color: #CBF9E2;
}
.TagClassName
{
border-color: #CBF9E2;
}
</style>