Html Css Color HEX #0BAFB8 Iris Blue

📋 copy color: '#0BAFB8'

red 11 ◦ green 175 ◦ blue 184

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

Shades of Iris Blue #0BAFB8

Tints of Iris Blue #0BAFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.73%

R = 2.97%
G = 47.3%
B = 49.73%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0BAFB8 (or 0x0BAFB8) is known color: Iris Blue. HEX triplet: 0B, AF and B8. RGB value is (11,175,184). Sum of RGB (Red+Green+Blue) = 11+175+184=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #0BAFB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFB8 is #F45047. Grayscale: #7E7E7E. Windows color (decimal): -16011336 or 12103435. OLE color: 12103435.

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

Color convert

RGB 11 175 184 -
CMYK 0.94 0.05 0 0.28
HSL 183.12º 0.89% 0.38% -
HSV(B) 183.12º 0.94% 0.72% -
XYZ 24.12 34.19 50.68 -
YUV 126.99 160.17 45.27 -
System Red Green Blue C M Y K H S L
Decimal 11 175 184 0.94 0.05 0 0.28 183.12 0.89 0.38
Hex B AF B8 5E 5 0 1C B7 59 26
Octal 13 257 270 136 5 0 34 267 131 46
Binary 1011 10101111 10111000 1011110 101 0 11100 10110111 1011001 100110

Color Harmonies of #0BAFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFB8

Black with #0BAFB8

Text Example


Text Example

White with #0BAFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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