Html Css Color HEX #00AADD Iris Blue

📋 copy color: '#00AADD'

red 0 ◦ green 170 ◦ blue 221

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

Shades of Iris Blue #00AADD

Tints of Iris Blue #00AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 0%
G = 43.48%
B = 56.52%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00AADD (or 0x00AADD) is known color: Iris Blue. HEX triplet: 00, AA and DD. RGB value is (0,170,221). Sum of RGB (Red+Green+Blue) = 0+170+221=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #00AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AADD is #FF5522. Grayscale: #7C7C7C. Windows color (decimal): -16733475 or 14526976. OLE color: 14526976.

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

Color convert

RGB 0 170 221 -
CMYK 1 0.23 0 0.13
HSL 193.85º 1% 0.43% -
HSV(B) 193.85º 1% 0.87% -
XYZ 27.43 33.97 73.52 -
YUV 124.98 182.18 38.85 -
System Red Green Blue C M Y K H S L
Decimal 0 170 221 1 0.23 0 0.13 193.85 1 0.43
Hex 0 AA DD 64 17 0 D C2 64 2B
Octal 0 252 335 144 27 0 15 302 144 53
Binary 0 10101010 11011101 1100100 10111 0 1101 11000010 1100100 101011

Color Harmonies of #00AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AADD

Black with #00AADD

Text Example


Text Example

White with #00AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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