#0BB4D0

Color #0BB4D0 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0BB4D0

Tints of Iris Blue #0BB4D0

Color information

#0BB4D0 (or 0x0BB4D0) is unknown color: approx Iris Blue. HEX triplet: 0B, B4 and D0. RGB value is (11,180,208). Sum of RGB (Red+Green+Blue) = 11+180+208=399 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #0BB4D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB4D0 is #F44B2F. Grayscale: #848484. Windows color (decimal): -16010032 or 13677579. OLE color: 13677579.

HSL color Cylindrical-coordinate representation of color #0BB4D0: hue angle of 188.53º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB4D0 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11180208-
CMYK0.950.1300.18
HSL188.53º89.95%42.94%-
HSV(B)188.53º94.71%81.57%-
XYZ27.8437.2765.4-
YUV132.66170.5141.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 2.76%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 208 (81.64% from 255) = 52.13%
R=2.76%
G=45.11%
B=52.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111802080.950.1300.18188.5389.9542.94
HexBB4D05FD012bd5a2b
Octal132643201371502227513253
Binary1011101101001101000010111111101010010101111011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BB4D0; }

 p { color: rgb(11,180,208); }

 H1.HeaderClassName
 {
   color: #0BB4D0;
 }
 .AnyTagClassName
 {
   color: #0BB4D0;
 }
</style>
background-color css

<style>
 a { background-color: #0BB4D0; }

 a { background-color: rgb(11,180,208); }

 div.DivClassName
 {
   background-color: #0BB4D0;
 }
 .BgClassName
 {
   background-color: #0BB4D0;
 }
</style>
border-color css

<style>
 span { border-color: #0BB4D0; }

 span { border-color: rgb(11,180,208); }

 td.TdClassName
 {
   border-color: #0BB4D0;
 }
 .TagClassName
 {
   border-color: #0BB4D0;
 }
</style>