Html Css Color HEX #08B5BA Iris Blue

📋 copy color: '#08B5BA'

red 8 ◦ green 181 ◦ blue 186

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

Shades of Iris Blue #08B5BA

Tints of Iris Blue #08B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.27%

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

R = 2.13%
G = 48.27%
B = 49.6%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#08B5BA (or 0x08B5BA) is known color: Iris Blue. HEX triplet: 08, B5 and BA. RGB value is (8,181,186). Sum of RGB (Red+Green+Blue) = 8+181+186=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #08B5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B5BA is #F74A45. Grayscale: #818181. Windows color (decimal): -16206406 or 12236040. OLE color: 12236040.

HSL color Cylindrical-coordinate representation of color #08B5BA: hue angle of 181.69º 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 #08B5BA is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 181 186 -
CMYK 0.96 0.03 0 0.27
HSL 181.69º 0.92% 0.38% -
HSV(B) 181.69º 0.96% 0.73% -
XYZ 25.49 36.64 52.18 -
YUV 129.84 159.69 41.09 -
System Red Green Blue C M Y K H S L
Decimal 8 181 186 0.96 0.03 0 0.27 181.69 0.92 0.38
Hex 8 B5 BA 60 3 0 1B B6 5C 26
Octal 10 265 272 140 3 0 33 266 134 46
Binary 1000 10110101 10111010 1100000 11 0 11011 10110110 1011100 100110

Color Harmonies of #08B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B5BA

Black with #08B5BA

Text Example


Text Example

White with #08B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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