Html Css Color HEX #08B1BB Iris Blue

📋 copy color: '#08B1BB'

red 8 ◦ green 177 ◦ blue 187

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

Shades of Iris Blue #08B1BB

Tints of Iris Blue #08B1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 2.15%
G = 47.58%
B = 50.27%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#08B1BB (or 0x08B1BB) is known color: Iris Blue. HEX triplet: 08, B1 and BB. RGB value is (8,177,187). Sum of RGB (Red+Green+Blue) = 8+177+187=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #08B1BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B1BB is #F74E44. Grayscale: #7F7F7F. Windows color (decimal): -16207429 or 12300552. OLE color: 12300552.

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

Color convert

RGB 8 177 187 -
CMYK 0.96 0.05 0 0.27
HSL 183.35º 0.92% 0.38% -
HSV(B) 183.35º 0.96% 0.73% -
XYZ 24.79 35.08 52.48 -
YUV 127.61 161.51 42.69 -
System Red Green Blue C M Y K H S L
Decimal 8 177 187 0.96 0.05 0 0.27 183.35 0.92 0.38
Hex 8 B1 BB 60 5 0 1B B7 5C 26
Octal 10 261 273 140 5 0 33 267 134 46
Binary 1000 10110001 10111011 1100000 101 0 11011 10110111 1011100 100110

Color Harmonies of #08B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B1BB

Black with #08B1BB

Text Example


Text Example

White with #08B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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