Shades of Aqua #0BF2FD
Tints of Aqua #0BF2FD
RGB
CMYK
RGB Variations
Color information
#0BF2FD (or 0x0BF2FD) is known color: Aqua. HEX triplet: 0B, F2 and FD. RGB value is (11,242,253). Sum of RGB (Red+Green+Blue) = 11+242+253=506 (67% of max value = 765). Red value is 11 (4.69% from 255 or 2.17% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BF2FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF2FD is #F40D02. Grayscale: #ADADAD. Windows color (decimal): -15994115 or 16642571. OLE color: 16642571.
HSL color Cylindrical-coordinate representation of color #0BF2FD: hue angle of 182.73º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF2FD is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 242 | 253 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.01 |
| HSL | 182.73º | 0.98% | 0.52% | - |
| HSV(B) | 182.73º | 0.96% | 0.99% | - |
| XYZ | 49.62 | 70.67 | 103.95 | - |
| YUV | 174.19 | 172.47 | 11.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 242 | 253 | 0.96 | 0.04 | 0 | 0.01 | 182.73 | 0.98 | 0.52 |
| Hex | B | F2 | FD | 60 | 4 | 0 | 1 | B7 | 62 | 34 |
| Octal | 13 | 362 | 375 | 140 | 4 | 0 | 1 | 267 | 142 | 64 |
| Binary | 1011 | 11110010 | 11111101 | 1100000 | 100 | 0 | 1 | 10110111 | 1100010 | 110100 |
Color Harmonies of #0BF2FD
Complementary color
Monochromatic Colors of #0BF2FD
Black with #0BF2FD
Text Example
Text Example
White with #0BF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF2FD; }
p { color: rgb(11,242,253); }
H1.HeaderClassName
{
color: #0BF2FD;
}
.AnyTagClassName
{
color: #0BF2FD;
}
</style>
background-color css
<style>
a { background-color: #0BF2FD; }
a { background-color: rgb(11,242,253); }
div.DivClassName
{
background-color: #0BF2FD;
}
.BgClassName
{
background-color: #0BF2FD;
}
</style>
border-color css
<style>
span { border-color: #0BF2FD; }
span { border-color: rgb(11,242,253); }
td.TdClassName
{
border-color: #0BF2FD;
}
.TagClassName
{
border-color: #0BF2FD;
}
</style>