Html Css Color HEX #05AACC Iris Blue

📋 copy color: '#05AACC'

red 5 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #05AACC

Tints of Iris Blue #05AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 1.32%
G = 44.85%
B = 53.83%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#05AACC (or 0x05AACC) is known color: Iris Blue. HEX triplet: 05, AA and CC. RGB value is (5,170,204). Sum of RGB (Red+Green+Blue) = 5+170+204=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #05AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AACC is #FA5533. Grayscale: #7C7C7C. Windows color (decimal): -16405812 or 13412869. OLE color: 13412869.

HSL color Cylindrical-coordinate representation of color #05AACC: hue angle of 190.25º 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 #05AACC is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 170 204 -
CMYK 0.98 0.17 0 0.2
HSL 190.25º 0.95% 0.41% -
HSV(B) 190.25º 0.98% 0.8% -
XYZ 25.34 33.14 62.19 -
YUV 124.54 172.84 42.74 -
System Red Green Blue C M Y K H S L
Decimal 5 170 204 0.98 0.17 0 0.2 190.25 0.95 0.41
Hex 5 AA CC 62 11 0 14 BE 5F 29
Octal 5 252 314 142 21 0 24 276 137 51
Binary 101 10101010 11001100 1100010 10001 0 10100 10111110 1011111 101001

Color Harmonies of #05AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AACC

Black with #05AACC

Text Example


Text Example

White with #05AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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