Html Css Color HEX #0BAFBF Iris Blue

📋 copy color: '#0BAFBF'

red 11 ◦ green 175 ◦ blue 191

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

Shades of Iris Blue #0BAFBF

Tints of Iris Blue #0BAFBF

RGB

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

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

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

R = 2.92%
G = 46.42%
B = 50.66%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0BAFBF (or 0x0BAFBF) is known color: Iris Blue. HEX triplet: 0B, AF and BF. RGB value is (11,175,191). Sum of RGB (Red+Green+Blue) = 11+175+191=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BAFBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFBF is #F45040. Grayscale: #7F7F7F. Windows color (decimal): -16011329 or 12562187. OLE color: 12562187.

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

Color convert

RGB 11 175 191 -
CMYK 0.94 0.08 0 0.25
HSL 185.33º 0.89% 0.4% -
HSV(B) 185.33º 0.94% 0.75% -
XYZ 24.87 34.49 54.64 -
YUV 127.79 163.67 44.7 -
System Red Green Blue C M Y K H S L
Decimal 11 175 191 0.94 0.08 0 0.25 185.33 0.89 0.4
Hex B AF BF 5E 8 0 19 B9 59 28
Octal 13 257 277 136 10 0 31 271 131 50
Binary 1011 10101111 10111111 1011110 1000 0 11001 10111001 1011001 101000

Color Harmonies of #0BAFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFBF

Black with #0BAFBF

Text Example


Text Example

White with #0BAFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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