Html Css Color HEX #08B1BA Iris Blue

📋 copy color: '#08B1BA'

red 8 ◦ green 177 ◦ blue 186

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

Shades of Iris Blue #08B1BA

Tints of Iris Blue #08B1BA

RGB

 RED value IS 8 (3.52% from 255) = 2.16%

 GREEN value IS 177 (69.53% from 255) = 47.71%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 2.16%
G = 47.71%
B = 50.13%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#08B1BA (or 0x08B1BA) is known color: Iris Blue. HEX triplet: 08, B1 and BA. RGB value is (8,177,186). Sum of RGB (Red+Green+Blue) = 8+177+186=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #08B1BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B1BA is #F74E45. Grayscale: #7F7F7F. Windows color (decimal): -16207430 or 12235016. OLE color: 12235016.

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

Color convert

RGB 8 177 186 -
CMYK 0.96 0.05 0 0.27
HSL 183.03º 0.92% 0.38% -
HSV(B) 183.03º 0.96% 0.73% -
XYZ 24.69 35.04 51.92 -
YUV 127.5 161.01 42.77 -
System Red Green Blue C M Y K H S L
Decimal 8 177 186 0.96 0.05 0 0.27 183.03 0.92 0.38
Hex 8 B1 BA 60 5 0 1B B7 5C 26
Octal 10 261 272 140 5 0 33 267 134 46
Binary 1000 10110001 10111010 1100000 101 0 11011 10110111 1011100 100110

Color Harmonies of #08B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B1BA

Black with #08B1BA

Text Example


Text Example

White with #08B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08B1BA; }

 p { color: rgb(8,177,186); }

 H1.HeaderClassName
 {
   color: #08B1BA;
 }
 .AnyTagClassName
 {
   color: #08B1BA;
 }
</style>

background-color css

<style>
 a { background-color: #08B1BA; }

 a { background-color: rgb(8,177,186); }

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

border-color css

<style>
 span { border-color: #08B1BA; }

 span { border-color: rgb(8,177,186); }

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