Html Css Color HEX #0BABC0 Iris Blue

📋 copy color: '#0BABC0'

red 11 ◦ green 171 ◦ blue 192

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

Shades of Iris Blue #0BABC0

Tints of Iris Blue #0BABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.72%

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

R = 2.94%
G = 45.72%
B = 51.34%

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

#0BABC0 (or 0x0BABC0) is known color: Iris Blue. HEX triplet: 0B, AB and C0. RGB value is (11,171,192). Sum of RGB (Red+Green+Blue) = 11+171+192=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #0BABC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABC0 is #F4543F. Grayscale: #7D7D7D. Windows color (decimal): -16012352 or 12626699. OLE color: 12626699.

HSL color Cylindrical-coordinate representation of color #0BABC0: hue angle of 186.96º 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 #0BABC0 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 171 192 -
CMYK 0.94 0.11 0 0.25
HSL 186.96º 0.89% 0.4% -
HSV(B) 186.96º 0.94% 0.75% -
XYZ 24.22 33 54.96 -
YUV 125.55 165.49 46.29 -
System Red Green Blue C M Y K H S L
Decimal 11 171 192 0.94 0.11 0 0.25 186.96 0.89 0.4
Hex B AB C0 5E B 0 19 BB 59 28
Octal 13 253 300 136 13 0 31 273 131 50
Binary 1011 10101011 11000000 1011110 1011 0 11001 10111011 1011001 101000

Color Harmonies of #0BABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABC0

Black with #0BABC0

Text Example


Text Example

White with #0BABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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