#0BB1D3

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

Shades of Iris Blue #0BB1D3

Tints of Iris Blue #0BB1D3

Color information

#0BB1D3 (or 0x0BB1D3) is unknown color: approx Iris Blue. HEX triplet: 0B, B1 and D3. RGB value is (11,177,211). Sum of RGB (Red+Green+Blue) = 11+177+211=399 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #0BB1D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB1D3 is #F44E2C. Grayscale: #828282. Windows color (decimal): -16010797 or 13873419. OLE color: 13873419.

HSL color Cylindrical-coordinate representation of color #0BB1D3: hue angle of 190.2º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB1D3 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11177211-
CMYK0.950.1600.17
HSL190.2º90.09%43.53%-
HSV(B)190.2º94.79%82.75%-
XYZ27.6236.2267.16-
YUV131.2417342.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.76%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 211 (82.81% from 255) = 52.88%
R=2.76%
G=44.36%
B=52.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal111772110.950.1600.17190.290.0943.53
HexBB1D35F10011be5a2c
Octal132613231372002127613254
Binary10111011000111010011101111110000010001101111101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,177,211); }

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

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

 a { background-color: rgb(11,177,211); }

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

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

 span { border-color: rgb(11,177,211); }

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