Html Css Color HEX #00AADB Iris Blue

📋 copy color: '#00AADB'

red 0 ◦ green 170 ◦ blue 219

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

Shades of Iris Blue #00AADB

Tints of Iris Blue #00AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 0%
G = 43.7%
B = 56.3%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00AADB (or 0x00AADB) is known color: Iris Blue. HEX triplet: 00, AA and DB. RGB value is (0,170,219). Sum of RGB (Red+Green+Blue) = 0+170+219=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #00AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AADB is #FF5524. Grayscale: #7C7C7C. Windows color (decimal): -16733477 or 14395904. OLE color: 14395904.

HSL color Cylindrical-coordinate representation of color #00AADB: hue angle of 193.42º 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 #00AADB is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 170 219 -
CMYK 1 0.22 0 0.14
HSL 193.42º 1% 0.43% -
HSV(B) 193.42º 1% 0.86% -
XYZ 27.16 33.86 72.12 -
YUV 124.76 181.18 39.02 -
System Red Green Blue C M Y K H S L
Decimal 0 170 219 1 0.22 0 0.14 193.42 1 0.43
Hex 0 AA DB 64 16 0 E C1 64 2B
Octal 0 252 333 144 26 0 16 301 144 53
Binary 0 10101010 11011011 1100100 10110 0 1110 11000001 1100100 101011

Color Harmonies of #00AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AADB

Black with #00AADB

Text Example


Text Example

White with #00AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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