Html Css Color HEX #08B7BC Iris Blue

📋 copy color: '#08B7BC'

red 8 ◦ green 183 ◦ blue 188

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

Shades of Iris Blue #08B7BC

Tints of Iris Blue #08B7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 2.11%
G = 48.28%
B = 49.6%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#08B7BC (or 0x08B7BC) is known color: Iris Blue. HEX triplet: 08, B7 and BC. RGB value is (8,183,188). Sum of RGB (Red+Green+Blue) = 8+183+188=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #08B7BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B7BC is #F74843. Grayscale: #838383. Windows color (decimal): -16205892 or 12367624. OLE color: 12367624.

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

Color convert

RGB 8 183 188 -
CMYK 0.96 0.03 0 0.26
HSL 181.67º 0.92% 0.38% -
HSV(B) 181.67º 0.96% 0.74% -
XYZ 26.11 37.55 53.45 -
YUV 131.25 160.02 40.09 -
System Red Green Blue C M Y K H S L
Decimal 8 183 188 0.96 0.03 0 0.26 181.67 0.92 0.38
Hex 8 B7 BC 60 3 0 1A B6 5C 26
Octal 10 267 274 140 3 0 32 266 134 46
Binary 1000 10110111 10111100 1100000 11 0 11010 10110110 1011100 100110

Color Harmonies of #08B7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B7BC

Black with #08B7BC

Text Example


Text Example

White with #08B7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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