#0BB9DA

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

Shades of Iris Blue #0BB9DA

Tints of Iris Blue #0BB9DA

Color information

#0BB9DA (or 0x0BB9DA) is unknown color: approx Iris Blue. HEX triplet: 0B, B9 and DA. RGB value is (11,185,218). Sum of RGB (Red+Green+Blue) = 11+185+218=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BB9DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB9DA is #F44625. Grayscale: #888888. Windows color (decimal): -16008742 or 14334219. OLE color: 14334219.

HSL color Cylindrical-coordinate representation of color #0BB9DA: hue angle of 189.57º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB9DA is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11185218-
CMYK0.950.1500.15
HSL189.57º90.39%44.9%-
HSV(B)189.57º94.95%85.49%-
XYZ30.1439.8372.43-
YUV136.74173.8538.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.66%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 218 (85.55% from 255) = 52.66%
R=2.66%
G=44.69%
B=52.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal111852180.950.1500.15189.5790.3944.9
HexBB9DA5FF0Fbe5a2d
Octal132713321371701727613255
Binary101110111001110110101011111111101111101111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,185,218); }

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

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

 a { background-color: rgb(11,185,218); }

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

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

 span { border-color: rgb(11,185,218); }

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