Html Css Color HEX #08B1BF Iris Blue

📋 copy color: '#08B1BF'

red 8 ◦ green 177 ◦ blue 191

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

Shades of Iris Blue #08B1BF

Tints of Iris Blue #08B1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.8%

R = 2.13%
G = 47.07%
B = 50.8%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#08B1BF (or 0x08B1BF) is known color: Iris Blue. HEX triplet: 08, B1 and BF. RGB value is (8,177,191). Sum of RGB (Red+Green+Blue) = 8+177+191=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #08B1BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B1BF is #F74E40. Grayscale: #7F7F7F. Windows color (decimal): -16207425 or 12562696. OLE color: 12562696.

HSL color Cylindrical-coordinate representation of color #08B1BF: hue angle of 184.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B1BF is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 177 191 -
CMYK 0.96 0.07 0 0.25
HSL 184.59º 0.92% 0.39% -
HSV(B) 184.59º 0.96% 0.75% -
XYZ 25.23 35.26 54.77 -
YUV 128.07 163.51 42.36 -
System Red Green Blue C M Y K H S L
Decimal 8 177 191 0.96 0.07 0 0.25 184.59 0.92 0.39
Hex 8 B1 BF 60 7 0 19 B9 5C 27
Octal 10 261 277 140 7 0 31 271 134 47
Binary 1000 10110001 10111111 1100000 111 0 11001 10111001 1011100 100111

Color Harmonies of #08B1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B1BF

Black with #08B1BF

Text Example


Text Example

White with #08B1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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