Html Css Color HEX #08B8DC Iris Blue

📋 copy color: '#08B8DC'

red 8 ◦ green 184 ◦ blue 220

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

Shades of Iris Blue #08B8DC

Tints of Iris Blue #08B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 1.94%
G = 44.66%
B = 53.4%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#08B8DC (or 0x08B8DC) is known color: Iris Blue. HEX triplet: 08, B8 and DC. RGB value is (8,184,220). Sum of RGB (Red+Green+Blue) = 8+184+220=412 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.94% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #08B8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B8DC is #F74723. Grayscale: #878787. Windows color (decimal): -16205604 or 14465032. OLE color: 14465032.

HSL color Cylindrical-coordinate representation of color #08B8DC: hue angle of 190.19º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B8DC is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 184 220 -
CMYK 0.96 0.16 0 0.14
HSL 190.19º 0.93% 0.45% -
HSV(B) 190.19º 0.96% 0.86% -
XYZ 30.16 39.5 73.74 -
YUV 135.48 175.69 37.07 -
System Red Green Blue C M Y K H S L
Decimal 8 184 220 0.96 0.16 0 0.14 190.19 0.93 0.45
Hex 8 B8 DC 60 10 0 E BE 5D 2D
Octal 10 270 334 140 20 0 16 276 135 55
Binary 1000 10111000 11011100 1100000 10000 0 1110 10111110 1011101 101101

Color Harmonies of #08B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B8DC

Black with #08B8DC

Text Example


Text Example

White with #08B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,184,220); }

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

background-color css

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

 a { background-color: rgb(8,184,220); }

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

border-color css

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

 span { border-color: rgb(8,184,220); }

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