Html Css Color HEX #08B2BC Iris Blue

📋 copy color: '#08B2BC'

red 8 ◦ green 178 ◦ blue 188

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

Shades of Iris Blue #08B2BC

Tints of Iris Blue #08B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.59%

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

R = 2.14%
G = 47.59%
B = 50.27%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#08B2BC (or 0x08B2BC) is known color: Iris Blue. HEX triplet: 08, B2 and BC. RGB value is (8,178,188). Sum of RGB (Red+Green+Blue) = 8+178+188=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #08B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B2BC is #F74D43. Grayscale: #808080. Windows color (decimal): -16207172 or 12366344. OLE color: 12366344.

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

Color convert

RGB 8 178 188 -
CMYK 0.96 0.05 0 0.26
HSL 183.33º 0.92% 0.38% -
HSV(B) 183.33º 0.96% 0.74% -
XYZ 25.1 35.52 53.11 -
YUV 128.31 161.68 42.19 -
System Red Green Blue C M Y K H S L
Decimal 8 178 188 0.96 0.05 0 0.26 183.33 0.92 0.38
Hex 8 B2 BC 60 5 0 1A B7 5C 26
Octal 10 262 274 140 5 0 32 267 134 46
Binary 1000 10110010 10111100 1100000 101 0 11010 10110111 1011100 100110

Color Harmonies of #08B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B2BC

Black with #08B2BC

Text Example


Text Example

White with #08B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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