Html Css Color HEX #00AADC Iris Blue

📋 copy color: '#00AADC'

red 0 ◦ green 170 ◦ blue 220

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

Shades of Iris Blue #00AADC

Tints of Iris Blue #00AADC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 220 (86.33% from 255) = 56.41%

R = 0%
G = 43.59%
B = 56.41%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00AADC (or 0x00AADC) is known color: Iris Blue. HEX triplet: 00, AA and DC. RGB value is (0,170,220). Sum of RGB (Red+Green+Blue) = 0+170+220=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #00AADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AADC is #FF5523. Grayscale: #7C7C7C. Windows color (decimal): -16733476 or 14461440. OLE color: 14461440.

HSL color Cylindrical-coordinate representation of color #00AADC: hue angle of 193.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AADC is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 170 220 -
CMYK 1 0.23 0 0.14
HSL 193.64º 1% 0.43% -
HSV(B) 193.64º 1% 0.86% -
XYZ 27.29 33.92 72.82 -
YUV 124.87 181.68 38.93 -
System Red Green Blue C M Y K H S L
Decimal 0 170 220 1 0.23 0 0.14 193.64 1 0.43
Hex 0 AA DC 64 17 0 E C2 64 2B
Octal 0 252 334 144 27 0 16 302 144 53
Binary 0 10101010 11011100 1100100 10111 0 1110 11000010 1100100 101011

Color Harmonies of #00AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AADC

Black with #00AADC

Text Example


Text Example

White with #00AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AADC; }

 p { color: rgb(0,170,220); }

 H1.HeaderClassName
 {
   color: #00AADC;
 }
 .AnyTagClassName
 {
   color: #00AADC;
 }
</style>

background-color css

<style>
 a { background-color: #00AADC; }

 a { background-color: rgb(0,170,220); }

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

border-color css

<style>
 span { border-color: #00AADC; }

 span { border-color: rgb(0,170,220); }

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