Html Css Color HEX #08AAD5 Iris Blue

📋 copy color: '#08AAD5'

red 8 ◦ green 170 ◦ blue 213

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

Shades of Iris Blue #08AAD5

Tints of Iris Blue #08AAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.48%

R = 2.05%
G = 43.48%
B = 54.48%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#08AAD5 (or 0x08AAD5) is known color: Iris Blue. HEX triplet: 08, AA and D5. RGB value is (8,170,213). Sum of RGB (Red+Green+Blue) = 8+170+213=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #08AAD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AAD5 is #F7552A. Grayscale: #7E7E7E. Windows color (decimal): -16209195 or 14002696. OLE color: 14002696.

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

Color convert

RGB 8 170 213 -
CMYK 0.96 0.20 0 0.16
HSL 192.59º 0.93% 0.43% -
HSV(B) 192.59º 0.96% 0.84% -
XYZ 26.49 33.61 68.04 -
YUV 126.46 176.83 43.5 -
System Red Green Blue C M Y K H S L
Decimal 8 170 213 0.96 0.20 0 0.16 192.59 0.93 0.43
Hex 8 AA D5 60 14 0 10 C1 5D 2B
Octal 10 252 325 140 24 0 20 301 135 53
Binary 1000 10101010 11010101 1100000 10100 0 10000 11000001 1011101 101011

Color Harmonies of #08AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AAD5

Black with #08AAD5

Text Example


Text Example

White with #08AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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