Html Css Color HEX #0BAFBA Iris Blue

📋 copy color: '#0BAFBA'

red 11 ◦ green 175 ◦ blue 186

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

Shades of Iris Blue #0BAFBA

Tints of Iris Blue #0BAFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.04%

 BLUE value IS 186 (73.05% from 255) = 50%

R = 2.96%
G = 47.04%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0BAFBA (or 0x0BAFBA) is known color: Iris Blue. HEX triplet: 0B, AF and BA. RGB value is (11,175,186). Sum of RGB (Red+Green+Blue) = 11+175+186=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #0BAFBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFBA is #F45045. Grayscale: #7F7F7F. Windows color (decimal): -16011334 or 12234507. OLE color: 12234507.

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

Color convert

RGB 11 175 186 -
CMYK 0.94 0.06 0 0.27
HSL 183.77º 0.89% 0.39% -
HSV(B) 183.77º 0.94% 0.73% -
XYZ 24.33 34.28 51.79 -
YUV 127.22 161.17 45.11 -
System Red Green Blue C M Y K H S L
Decimal 11 175 186 0.94 0.06 0 0.27 183.77 0.89 0.39
Hex B AF BA 5E 6 0 1B B8 59 27
Octal 13 257 272 136 6 0 33 270 131 47
Binary 1011 10101111 10111010 1011110 110 0 11011 10111000 1011001 100111

Color Harmonies of #0BAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFBA

Black with #0BAFBA

Text Example


Text Example

White with #0BAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,175,186); }

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

background-color css

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

 a { background-color: rgb(11,175,186); }

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

border-color css

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

 span { border-color: rgb(11,175,186); }

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