Html Css Color HEX #08ACB5 Iris Blue

📋 copy color: '#08ACB5'

red 8 ◦ green 172 ◦ blue 181

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

Shades of Iris Blue #08ACB5

Tints of Iris Blue #08ACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.65%

 BLUE value IS 181 (71.09% from 255) = 50.14%

R = 2.22%
G = 47.65%
B = 50.14%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#08ACB5 (or 0x08ACB5) is known color: Iris Blue. HEX triplet: 08, AC and B5. RGB value is (8,172,181). Sum of RGB (Red+Green+Blue) = 8+172+181=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #08ACB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ACB5 is #F7534A. Grayscale: #7B7B7B. Windows color (decimal): -16208715 or 11906056. OLE color: 11906056.

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

Color convert

RGB 8 172 181 -
CMYK 0.96 0.05 0 0.29
HSL 183.12º 0.92% 0.37% -
HSV(B) 183.12º 0.96% 0.71% -
XYZ 23.19 32.89 48.84 -
YUV 123.99 160.17 45.27 -
System Red Green Blue C M Y K H S L
Decimal 8 172 181 0.96 0.05 0 0.29 183.12 0.92 0.37
Hex 8 AC B5 60 5 0 1D B7 5C 25
Octal 10 254 265 140 5 0 35 267 134 45
Binary 1000 10101100 10110101 1100000 101 0 11101 10110111 1011100 100101

Color Harmonies of #08ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ACB5

Black with #08ACB5

Text Example


Text Example

White with #08ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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