Html Css Color HEX #05AAD6 Iris Blue

📋 copy color: '#05AAD6'

red 5 ◦ green 170 ◦ blue 214

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

Shades of Iris Blue #05AAD6

Tints of Iris Blue #05AAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.01%

R = 1.29%
G = 43.7%
B = 55.01%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#05AAD6 (or 0x05AAD6) is known color: Iris Blue. HEX triplet: 05, AA and D6. RGB value is (5,170,214). Sum of RGB (Red+Green+Blue) = 5+170+214=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #05AAD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAD6 is #FA5529. Grayscale: #7D7D7D. Windows color (decimal): -16405802 or 14068229. OLE color: 14068229.

HSL color Cylindrical-coordinate representation of color #05AAD6: hue angle of 192.63º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAD6 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 170 214 -
CMYK 0.98 0.21 0 0.16
HSL 192.63º 0.95% 0.43% -
HSV(B) 192.63º 0.98% 0.84% -
XYZ 26.57 33.64 68.71 -
YUV 125.68 177.84 41.92 -
System Red Green Blue C M Y K H S L
Decimal 5 170 214 0.98 0.21 0 0.16 192.63 0.95 0.43
Hex 5 AA D6 62 15 0 10 C1 5F 2B
Octal 5 252 326 142 25 0 20 301 137 53
Binary 101 10101010 11010110 1100010 10101 0 10000 11000001 1011111 101011

Color Harmonies of #05AAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAD6

Black with #05AAD6

Text Example


Text Example

White with #05AAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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