Html Css Color HEX #05AAE1 Iris Blue

📋 copy color: '#05AAE1'

red 5 ◦ green 170 ◦ blue 225

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

Shades of Iris Blue #05AAE1

Tints of Iris Blue #05AAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.25%

R = 1.25%
G = 42.5%
B = 56.25%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#05AAE1 (or 0x05AAE1) is known color: Iris Blue. HEX triplet: 05, AA and E1. RGB value is (5,170,225). Sum of RGB (Red+Green+Blue) = 5+170+225=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #05AAE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAE1 is #FA551E. Grayscale: #7E7E7E. Windows color (decimal): -16405791 or 14789125. OLE color: 14789125.

HSL color Cylindrical-coordinate representation of color #05AAE1: hue angle of 195º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAE1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 170 225 -
CMYK 0.98 0.24 0 0.12
HSL 195º 0.96% 0.45% -
HSV(B) 195º 0.98% 0.88% -
XYZ 28.03 34.22 76.36 -
YUV 126.94 183.34 41.03 -
System Red Green Blue C M Y K H S L
Decimal 5 170 225 0.98 0.24 0 0.12 195 0.96 0.45
Hex 5 AA E1 62 18 0 C C3 60 2D
Octal 5 252 341 142 30 0 14 303 140 55
Binary 101 10101010 11100001 1100010 11000 0 1100 11000011 1100000 101101

Color Harmonies of #05AAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAE1

Black with #05AAE1

Text Example


Text Example

White with #05AAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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