#0BB0D6

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

Shades of Iris Blue #0BB0D6

Tints of Iris Blue #0BB0D6

Color information

#0BB0D6 (or 0x0BB0D6) is unknown color: approx Iris Blue. HEX triplet: 0B, B0 and D6. RGB value is (11,176,214). Sum of RGB (Red+Green+Blue) = 11+176+214=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 214 (83.98% from 255 or 53.37% from 401); Max value from RGB is 214 - color contains mainly: blue. Hex color #0BB0D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB0D6 is #F44F29. Grayscale: #828282. Windows color (decimal): -16011050 or 14069771. OLE color: 14069771.

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

Color convert

RGB11176214-
CMYK0.950.1800.16
HSL191.23º90.22%44.12%-
HSV(B)191.23º94.86%83.92%-
XYZ27.835.9869.1-
YUV131174.8442.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.74%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 214 (83.98% from 255) = 53.37%
R=2.74%
G=43.89%
B=53.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal111762140.950.1800.16191.2390.2244.12
HexBB0D65F12010bf5a2c
Octal132603261372202027713254
Binary10111011000011010110101111110010010000101111111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,176,214); }

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

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

 a { background-color: rgb(11,176,214); }

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

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

 span { border-color: rgb(11,176,214); }

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