Html Css Color HEX #08B7B2 Iris Blue

📋 copy color: '#08B7B2'

red 8 ◦ green 183 ◦ blue 178

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

Shades of Iris Blue #08B7B2

Tints of Iris Blue #08B7B2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.59%

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

R = 2.17%
G = 49.59%
B = 48.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#08B7B2 (or 0x08B7B2) is known color: Iris Blue. HEX triplet: 08, B7 and B2. RGB value is (8,183,178). Sum of RGB (Red+Green+Blue) = 8+183+178=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #08B7B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B7B2 is #F7484D. Grayscale: #818181. Windows color (decimal): -16205902 or 11712264. OLE color: 11712264.

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

Color convert

RGB 8 183 178 -
CMYK 0.96 0 0.03 0.28
HSL 178.29º 0.92% 0.37% -
HSV(B) 178.29º 0.96% 0.72% -
XYZ 25.07 37.13 47.97 -
YUV 130.11 155.02 40.91 -
System Red Green Blue C M Y K H S L
Decimal 8 183 178 0.96 0 0.03 0.28 178.29 0.92 0.37
Hex 8 B7 B2 60 0 3 1C B2 5C 25
Octal 10 267 262 140 0 3 34 262 134 45
Binary 1000 10110111 10110010 1100000 0 11 11100 10110010 1011100 100101

Color Harmonies of #08B7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B7B2

Black with #08B7B2

Text Example


Text Example

White with #08B7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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