Html Css Color HEX #05AAE5 Iris Blue

📋 copy color: '#05AAE5'

red 5 ◦ green 170 ◦ blue 229

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

Shades of Iris Blue #05AAE5

Tints of Iris Blue #05AAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 56.68%

R = 1.24%
G = 42.08%
B = 56.68%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#05AAE5 (or 0x05AAE5) is known color: Iris Blue. HEX triplet: 05, AA and E5. RGB value is (5,170,229). Sum of RGB (Red+Green+Blue) = 5+170+229=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #05AAE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAE5 is #FA551A. Grayscale: #7E7E7E. Windows color (decimal): -16405787 or 15051269. OLE color: 15051269.

HSL color Cylindrical-coordinate representation of color #05AAE5: hue angle of 195.8º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAE5 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 5 170 229 -
CMYK 0.98 0.26 0 0.10
HSL 195.8º 0.96% 0.46% -
HSV(B) 195.8º 0.98% 0.9% -
XYZ 28.58 34.44 79.27 -
YUV 127.39 185.34 40.7 -
System Red Green Blue C M Y K H S L
Decimal 5 170 229 0.98 0.26 0 0.10 195.8 0.96 0.46
Hex 5 AA E5 62 1A 0 A C4 60 2E
Octal 5 252 345 142 32 0 12 304 140 56
Binary 101 10101010 11100101 1100010 11010 0 1010 11000100 1100000 101110

Color Harmonies of #05AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAE5

Black with #05AAE5

Text Example


Text Example

White with #05AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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