Html Css Color HEX #0BAFBE Iris Blue

📋 copy color: '#0BAFBE'

red 11 ◦ green 175 ◦ blue 190

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

Shades of Iris Blue #0BAFBE

Tints of Iris Blue #0BAFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 2.93%
G = 46.54%
B = 50.53%

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

#0BAFBE (or 0x0BAFBE) is known color: Iris Blue. HEX triplet: 0B, AF and BE. RGB value is (11,175,190). Sum of RGB (Red+Green+Blue) = 11+175+190=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #0BAFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFBE is #F45041. Grayscale: #7F7F7F. Windows color (decimal): -16011330 or 12496651. OLE color: 12496651.

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

Color convert

RGB 11 175 190 -
CMYK 0.94 0.08 0 0.25
HSL 185.03º 0.89% 0.39% -
HSV(B) 185.03º 0.94% 0.75% -
XYZ 24.76 34.45 54.06 -
YUV 127.67 163.17 44.78 -
System Red Green Blue C M Y K H S L
Decimal 11 175 190 0.94 0.08 0 0.25 185.03 0.89 0.39
Hex B AF BE 5E 8 0 19 B9 59 27
Octal 13 257 276 136 10 0 31 271 131 47
Binary 1011 10101111 10111110 1011110 1000 0 11001 10111001 1011001 100111

Color Harmonies of #0BAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFBE

Black with #0BAFBE

Text Example


Text Example

White with #0BAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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