Html Css Color HEX #05AABC Iris Blue

📋 copy color: '#05AABC'

red 5 ◦ green 170 ◦ blue 188

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

Shades of Iris Blue #05AABC

Tints of Iris Blue #05AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 1.38%
G = 46.83%
B = 51.79%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#05AABC (or 0x05AABC) is known color: Iris Blue. HEX triplet: 05, AA and BC. RGB value is (5,170,188). Sum of RGB (Red+Green+Blue) = 5+170+188=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #05AABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AABC is #FA5543. Grayscale: #7A7A7A. Windows color (decimal): -16405828 or 12364293. OLE color: 12364293.

HSL color Cylindrical-coordinate representation of color #05AABC: hue angle of 185.9º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AABC is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 170 188 -
CMYK 0.97 0.10 0 0.26
HSL 185.9º 0.95% 0.38% -
HSV(B) 185.9º 0.97% 0.74% -
XYZ 23.51 32.41 52.59 -
YUV 122.72 164.84 44.04 -
System Red Green Blue C M Y K H S L
Decimal 5 170 188 0.97 0.10 0 0.26 185.9 0.95 0.38
Hex 5 AA BC 61 A 0 1A BA 5F 26
Octal 5 252 274 141 12 0 32 272 137 46
Binary 101 10101010 10111100 1100001 1010 0 11010 10111010 1011111 100110

Color Harmonies of #05AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AABC

Black with #05AABC

Text Example


Text Example

White with #05AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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