Html Css Color HEX #05AAD1 Iris Blue

📋 copy color: '#05AAD1'

red 5 ◦ green 170 ◦ blue 209

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

Shades of Iris Blue #05AAD1

Tints of Iris Blue #05AAD1

RGB

 RED value IS 5 (2.34% from 255) = 1.3%

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

 BLUE value IS 209 (82.03% from 255) = 54.43%

R = 1.3%
G = 44.27%
B = 54.43%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#05AAD1 (or 0x05AAD1) is known color: Iris Blue. HEX triplet: 05, AA and D1. RGB value is (5,170,209). Sum of RGB (Red+Green+Blue) = 5+170+209=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #05AAD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAD1 is #FA552E. Grayscale: #7C7C7C. Windows color (decimal): -16405807 or 13740549. OLE color: 13740549.

HSL color Cylindrical-coordinate representation of color #05AAD1: hue angle of 191.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAD1 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 170 209 -
CMYK 0.98 0.19 0 0.18
HSL 191.47º 0.95% 0.42% -
HSV(B) 191.47º 0.98% 0.82% -
XYZ 25.95 33.39 65.4 -
YUV 125.11 175.34 42.33 -
System Red Green Blue C M Y K H S L
Decimal 5 170 209 0.98 0.19 0 0.18 191.47 0.95 0.42
Hex 5 AA D1 62 13 0 12 BF 5F 2A
Octal 5 252 321 142 23 0 22 277 137 52
Binary 101 10101010 11010001 1100010 10011 0 10010 10111111 1011111 101010

Color Harmonies of #05AAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAD1

Black with #05AAD1

Text Example


Text Example

White with #05AAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05AAD1; }

 p { color: rgb(5,170,209); }

 H1.HeaderClassName
 {
   color: #05AAD1;
 }
 .AnyTagClassName
 {
   color: #05AAD1;
 }
</style>

background-color css

<style>
 a { background-color: #05AAD1; }

 a { background-color: rgb(5,170,209); }

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

border-color css

<style>
 span { border-color: #05AAD1; }

 span { border-color: rgb(5,170,209); }

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