Html Css Color HEX #08B0B2 Iris Blue

📋 copy color: '#08B0B2'

red 8 ◦ green 176 ◦ blue 178

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

Shades of Iris Blue #08B0B2

Tints of Iris Blue #08B0B2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.62%

 BLUE value IS 178 (69.92% from 255) = 49.17%

R = 2.21%
G = 48.62%
B = 49.17%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#08B0B2 (or 0x08B0B2) is known color: Iris Blue. HEX triplet: 08, B0 and B2. RGB value is (8,176,178). Sum of RGB (Red+Green+Blue) = 8+176+178=362 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.21% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #08B0B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08B0B2 is #F74F4D. Grayscale: #7D7D7D. Windows color (decimal): -16207694 or 11710472. OLE color: 11710472.

HSL color Cylindrical-coordinate representation of color #08B0B2: hue angle of 180.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B0B2 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 176 178 -
CMYK 0.96 0.01 0 0.30
HSL 180.71º 0.91% 0.36% -
HSV(B) 180.71º 0.96% 0.7% -
XYZ 23.66 34.32 47.5 -
YUV 126 157.34 43.84 -
System Red Green Blue C M Y K H S L
Decimal 8 176 178 0.96 0.01 0 0.30 180.71 0.91 0.36
Hex 8 B0 B2 60 1 0 1E B5 5B 24
Octal 10 260 262 140 1 0 36 265 133 44
Binary 1000 10110000 10110010 1100000 1 0 11110 10110101 1011011 100100

Color Harmonies of #08B0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B0B2

Black with #08B0B2

Text Example


Text Example

White with #08B0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,176,178); }

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

background-color css

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

 a { background-color: rgb(8,176,178); }

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

border-color css

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

 span { border-color: rgb(8,176,178); }

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