Html Css Color HEX #0BA9BC Iris Blue

📋 copy color: '#0BA9BC'

red 11 ◦ green 169 ◦ blue 188

#0BA9BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #0BA9BC

Tints of Iris Blue #0BA9BC

RGB

 RED value IS 11 (4.69% from 255) = 2.99%

 GREEN value IS 169 (66.41% from 255) = 45.92%

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 2.99%
G = 45.92%
B = 51.09%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0BA9BC (or 0x0BA9BC) is known color: Iris Blue. HEX triplet: 0B, A9 and BC. RGB value is (11,169,188). Sum of RGB (Red+Green+Blue) = 11+169+188=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #0BA9BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA9BC is #F45643. Grayscale: #7B7B7B. Windows color (decimal): -16012868 or 12364043. OLE color: 12364043.

HSL color Cylindrical-coordinate representation of color #0BA9BC: hue angle of 186.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA9BC is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 169 188 -
CMYK 0.94 0.10 0 0.26
HSL 186.44º 0.89% 0.39% -
HSV(B) 186.44º 0.94% 0.74% -
XYZ 23.4 32.08 52.54 -
YUV 123.92 164.15 47.46 -
System Red Green Blue C M Y K H S L
Decimal 11 169 188 0.94 0.10 0 0.26 186.44 0.89 0.39
Hex B A9 BC 5E A 0 1A BA 59 27
Octal 13 251 274 136 12 0 32 272 131 47
Binary 1011 10101001 10111100 1011110 1010 0 11010 10111010 1011001 100111

Color Harmonies of #0BA9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA9BC

Black with #0BA9BC

Text Example


Text Example

White with #0BA9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,169,188); }

 H1.HeaderClassName
 {
   color: #0BA9BC;
 }
 .AnyTagClassName
 {
   color: #0BA9BC;
 }
</style>

background-color css

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

 a { background-color: rgb(11,169,188); }

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

border-color css

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

 span { border-color: rgb(11,169,188); }

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