Html Css Color HEX #08B6BD Iris Blue

📋 copy color: '#08B6BD'

red 8 ◦ green 182 ◦ blue 189

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

Shades of Iris Blue #08B6BD

Tints of Iris Blue #08B6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.02%

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 2.11%
G = 48.02%
B = 49.87%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#08B6BD (or 0x08B6BD) is known color: Iris Blue. HEX triplet: 08, B6 and BD. RGB value is (8,182,189). Sum of RGB (Red+Green+Blue) = 8+182+189=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #08B6BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B6BD is #F74942. Grayscale: #828282. Windows color (decimal): -16206147 or 12432904. OLE color: 12432904.

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

Color convert

RGB 8 182 189 -
CMYK 0.96 0.04 0 0.26
HSL 182.32º 0.92% 0.39% -
HSV(B) 182.32º 0.96% 0.74% -
XYZ 26.01 37.18 53.95 -
YUV 130.77 160.85 40.43 -
System Red Green Blue C M Y K H S L
Decimal 8 182 189 0.96 0.04 0 0.26 182.32 0.92 0.39
Hex 8 B6 BD 60 4 0 1A B6 5C 27
Octal 10 266 275 140 4 0 32 266 134 47
Binary 1000 10110110 10111101 1100000 100 0 11010 10110110 1011100 100111

Color Harmonies of #08B6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B6BD

Black with #08B6BD

Text Example


Text Example

White with #08B6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,182,189); }

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

background-color css

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

 a { background-color: rgb(8,182,189); }

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

border-color css

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

 span { border-color: rgb(8,182,189); }

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