Html Css Color HEX #08AACD Iris Blue

📋 copy color: '#08AACD'

red 8 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #08AACD

Tints of Iris Blue #08AACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.39%

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 2.09%
G = 44.39%
B = 53.52%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#08AACD (or 0x08AACD) is known color: Iris Blue. HEX triplet: 08, AA and CD. RGB value is (8,170,205). Sum of RGB (Red+Green+Blue) = 8+170+205=383 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #08AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AACD is #F75532. Grayscale: #7D7D7D. Windows color (decimal): -16209203 or 13478408. OLE color: 13478408.

HSL color Cylindrical-coordinate representation of color #08AACD: hue angle of 190.66º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AACD is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 170 205 -
CMYK 0.96 0.17 0 0.20
HSL 190.66º 0.92% 0.42% -
HSV(B) 190.66º 0.96% 0.8% -
XYZ 25.49 33.21 62.82 -
YUV 125.55 172.83 44.15 -
System Red Green Blue C M Y K H S L
Decimal 8 170 205 0.96 0.17 0 0.20 190.66 0.92 0.42
Hex 8 AA CD 60 11 0 14 BF 5C 2A
Octal 10 252 315 140 21 0 24 277 134 52
Binary 1000 10101010 11001101 1100000 10001 0 10100 10111111 1011100 101010

Color Harmonies of #08AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AACD

Black with #08AACD

Text Example


Text Example

White with #08AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,170,205); }

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

background-color css

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

 a { background-color: rgb(8,170,205); }

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

border-color css

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

 span { border-color: rgb(8,170,205); }

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