Html Css Color HEX #0BAFB9 Iris Blue

📋 copy color: '#0BAFB9'

red 11 ◦ green 175 ◦ blue 185

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

Shades of Iris Blue #0BAFB9

Tints of Iris Blue #0BAFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.87%

R = 2.96%
G = 47.17%
B = 49.87%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0BAFB9 (or 0x0BAFB9) is known color: Iris Blue. HEX triplet: 0B, AF and B9. RGB value is (11,175,185). Sum of RGB (Red+Green+Blue) = 11+175+185=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #0BAFB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFB9 is #F45046. Grayscale: #7E7E7E. Windows color (decimal): -16011335 or 12168971. OLE color: 12168971.

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

Color convert

RGB 11 175 185 -
CMYK 0.94 0.05 0 0.27
HSL 183.45º 0.89% 0.38% -
HSV(B) 183.45º 0.94% 0.73% -
XYZ 24.22 34.23 51.23 -
YUV 127.1 160.67 45.19 -
System Red Green Blue C M Y K H S L
Decimal 11 175 185 0.94 0.05 0 0.27 183.45 0.89 0.38
Hex B AF B9 5E 5 0 1B B7 59 26
Octal 13 257 271 136 5 0 33 267 131 46
Binary 1011 10101111 10111001 1011110 101 0 11011 10110111 1011001 100110

Color Harmonies of #0BAFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFB9

Black with #0BAFB9

Text Example


Text Example

White with #0BAFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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