Html Css Color HEX #0BAFB3 Iris Blue

📋 copy color: '#0BAFB3'

red 11 ◦ green 175 ◦ blue 179

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

Shades of Iris Blue #0BAFB3

Tints of Iris Blue #0BAFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.04%

R = 3.01%
G = 47.95%
B = 49.04%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0BAFB3 (or 0x0BAFB3) is known color: Iris Blue. HEX triplet: 0B, AF and B3. RGB value is (11,175,179). Sum of RGB (Red+Green+Blue) = 11+175+179=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #0BAFB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFB3 is #F4504C. Grayscale: #7E7E7E. Windows color (decimal): -16011341 or 11775755. OLE color: 11775755.

HSL color Cylindrical-coordinate representation of color #0BAFB3: hue angle of 181.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAFB3 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 175 179 -
CMYK 0.94 0.02 0 0.30
HSL 181.43º 0.88% 0.37% -
HSV(B) 181.43º 0.94% 0.7% -
XYZ 23.6 33.99 47.96 -
YUV 126.42 157.67 45.67 -
System Red Green Blue C M Y K H S L
Decimal 11 175 179 0.94 0.02 0 0.30 181.43 0.88 0.37
Hex B AF B3 5E 2 0 1E B5 58 25
Octal 13 257 263 136 2 0 36 265 130 45
Binary 1011 10101111 10110011 1011110 10 0 11110 10110101 1011000 100101

Color Harmonies of #0BAFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFB3

Black with #0BAFB3

Text Example


Text Example

White with #0BAFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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