Shades of Onahau #CBF2FD
Tints of Onahau #CBF2FD
RGB
CMYK
RGB Variations
Color information
#CBF2FD (or 0xCBF2FD) is known color: Onahau. HEX triplet: CB, F2 and FD. RGB value is (203,242,253). Sum of RGB (Red+Green+Blue) = 203+242+253=698 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.08% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF2FD is #340D02. Grayscale: #E7E7E7. Windows color (decimal): -3411203 or 16642763. OLE color: 16642763.
HSL color Cylindrical-coordinate representation of color #CBF2FD: hue angle of 193.2º 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 #CBF2FD is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 242 | 253 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.01 |
| HSL | 193.2º | 0.93% | 0.89% | - |
| HSV(B) | 193.2º | 0.2% | 0.99% | - |
| XYZ | 74.11 | 83.29 | 105.1 | - |
| YUV | 231.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 253 | 0.20 | 0.04 | 0 | 0.01 | 193.2 | 0.93 | 0.89 |
| Hex | CB | F2 | FD | 14 | 4 | 0 | 1 | C1 | 5D | 59 |
| Octal | 313 | 362 | 375 | 24 | 4 | 0 | 1 | 301 | 135 | 131 |
| Binary | 11001011 | 11110010 | 11111101 | 10100 | 100 | 0 | 1 | 11000001 | 1011101 | 1011001 |
Color Harmonies of #CBF2FD
Complementary color
Monochromatic Colors of #CBF2FD
Black with #CBF2FD
Text Example
Text Example
White with #CBF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2FD; }
p { color: rgb(203,242,253); }
H1.HeaderClassName
{
color: #CBF2FD;
}
.AnyTagClassName
{
color: #CBF2FD;
}
</style>
background-color css
<style>
a { background-color: #CBF2FD; }
a { background-color: rgb(203,242,253); }
div.DivClassName
{
background-color: #CBF2FD;
}
.BgClassName
{
background-color: #CBF2FD;
}
</style>
border-color css
<style>
span { border-color: #CBF2FD; }
span { border-color: rgb(203,242,253); }
td.TdClassName
{
border-color: #CBF2FD;
}
.TagClassName
{
border-color: #CBF2FD;
}
</style>