Html Css Color HEX #05AADB Iris Blue

📋 copy color: '#05AADB'

red 5 ◦ green 170 ◦ blue 219

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

Shades of Iris Blue #05AADB

Tints of Iris Blue #05AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 1.27%
G = 43.15%
B = 55.58%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05AADB (or 0x05AADB) is known color: Iris Blue. HEX triplet: 05, AA and DB. RGB value is (5,170,219). Sum of RGB (Red+Green+Blue) = 5+170+219=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #05AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AADB is #FA5524. Grayscale: #7D7D7D. Windows color (decimal): -16405797 or 14395909. OLE color: 14395909.

HSL color Cylindrical-coordinate representation of color #05AADB: hue angle of 193.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AADB is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 170 219 -
CMYK 0.98 0.22 0 0.14
HSL 193.74º 0.96% 0.44% -
HSV(B) 193.74º 0.98% 0.86% -
XYZ 27.22 33.9 72.13 -
YUV 126.25 180.34 41.52 -
System Red Green Blue C M Y K H S L
Decimal 5 170 219 0.98 0.22 0 0.14 193.74 0.96 0.44
Hex 5 AA DB 62 16 0 E C2 60 2C
Octal 5 252 333 142 26 0 16 302 140 54
Binary 101 10101010 11011011 1100010 10110 0 1110 11000010 1100000 101100

Color Harmonies of #05AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AADB

Black with #05AADB

Text Example


Text Example

White with #05AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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