Html Css Color HEX #0BAAC0 Iris Blue

📋 copy color: '#0BAAC0'

red 11 ◦ green 170 ◦ blue 192

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

Shades of Iris Blue #0BAAC0

Tints of Iris Blue #0BAAC0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.58%

 BLUE value IS 192 (75.39% from 255) = 51.47%

R = 2.95%
G = 45.58%
B = 51.47%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0BAAC0 (or 0x0BAAC0) is known color: Iris Blue. HEX triplet: 0B, AA and C0. RGB value is (11,170,192). Sum of RGB (Red+Green+Blue) = 11+170+192=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #0BAAC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAAC0 is #F4553F. Grayscale: #7C7C7C. Windows color (decimal): -16012608 or 12626443. OLE color: 12626443.

HSL color Cylindrical-coordinate representation of color #0BAAC0: hue angle of 187.29º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAAC0 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 170 192 -
CMYK 0.94 0.11 0 0.25
HSL 187.29º 0.89% 0.4% -
HSV(B) 187.29º 0.94% 0.75% -
XYZ 24.03 32.63 54.9 -
YUV 124.97 165.82 46.71 -
System Red Green Blue C M Y K H S L
Decimal 11 170 192 0.94 0.11 0 0.25 187.29 0.89 0.4
Hex B AA C0 5E B 0 19 BB 59 28
Octal 13 252 300 136 13 0 31 273 131 50
Binary 1011 10101010 11000000 1011110 1011 0 11001 10111011 1011001 101000

Color Harmonies of #0BAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAAC0

Black with #0BAAC0

Text Example


Text Example

White with #0BAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,192); }

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

background-color css

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

 a { background-color: rgb(11,170,192); }

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

border-color css

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

 span { border-color: rgb(11,170,192); }

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