Html Css Color HEX #0BABBF Iris Blue

📋 copy color: '#0BABBF'

red 11 ◦ green 171 ◦ blue 191

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

Shades of Iris Blue #0BABBF

Tints of Iris Blue #0BABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 2.95%
G = 45.84%
B = 51.21%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0BABBF (or 0x0BABBF) is known color: Iris Blue. HEX triplet: 0B, AB and BF. RGB value is (11,171,191). Sum of RGB (Red+Green+Blue) = 11+171+191=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BABBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABBF is #F45440. Grayscale: #7D7D7D. Windows color (decimal): -16012353 or 12561163. OLE color: 12561163.

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

Color convert

RGB 11 171 191 -
CMYK 0.94 0.10 0 0.25
HSL 186.67º 0.89% 0.4% -
HSV(B) 186.67º 0.94% 0.75% -
XYZ 24.1 32.96 54.38 -
YUV 125.44 164.99 46.37 -
System Red Green Blue C M Y K H S L
Decimal 11 171 191 0.94 0.10 0 0.25 186.67 0.89 0.4
Hex B AB BF 5E A 0 19 BB 59 28
Octal 13 253 277 136 12 0 31 273 131 50
Binary 1011 10101011 10111111 1011110 1010 0 11001 10111011 1011001 101000

Color Harmonies of #0BABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABBF

Black with #0BABBF

Text Example


Text Example

White with #0BABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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