Html Css Color HEX #05AACD Iris Blue

📋 copy color: '#05AACD'

red 5 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #05AACD

Tints of Iris Blue #05AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.95%

R = 1.32%
G = 44.74%
B = 53.95%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#05AACD (or 0x05AACD) is known color: Iris Blue. HEX triplet: 05, AA and CD. RGB value is (5,170,205). Sum of RGB (Red+Green+Blue) = 5+170+205=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #05AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AACD is #FA5532. Grayscale: #7C7C7C. Windows color (decimal): -16405811 or 13478405. OLE color: 13478405.

HSL color Cylindrical-coordinate representation of color #05AACD: hue angle of 190.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AACD is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 170 205 -
CMYK 0.98 0.17 0 0.20
HSL 190.5º 0.95% 0.41% -
HSV(B) 190.5º 0.98% 0.8% -
XYZ 25.46 33.19 62.82 -
YUV 124.66 173.34 42.65 -
System Red Green Blue C M Y K H S L
Decimal 5 170 205 0.98 0.17 0 0.20 190.5 0.95 0.41
Hex 5 AA CD 62 11 0 14 BE 5F 29
Octal 5 252 315 142 21 0 24 276 137 51
Binary 101 10101010 11001101 1100010 10001 0 10100 10111110 1011111 101001

Color Harmonies of #05AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AACD

Black with #05AACD

Text Example


Text Example

White with #05AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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