#00ADD8

Color #00ADD8 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #00ADD8

Tints of Iris Blue #00ADD8

Color information

#00ADD8 (or 0x00ADD8) is unknown color: approx Iris Blue. HEX triplet: 00, AD and D8. RGB value is (0,173,216). Sum of RGB (Red+Green+Blue) = 0+173+216=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #00ADD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADD8 is #FF5227. Grayscale: #7D7D7D. Windows color (decimal): -16732712 or 14200064. OLE color: 14200064.

HSL color Cylindrical-coordinate representation of color #00ADD8: hue angle of 191.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADD8 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB0173216-
CMYK10.2000.15
HSL191.94º100%42.35%-
HSV(B)191.94º100%84.71%-
XYZ27.3434.8570.25-
YUV126.17178.6938-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 173 (67.97% from 255) = 44.47%
BLUE value IS 216 (84.77% from 255) = 55.53%
R=0%
G=44.47%
B=55.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal017321610.2000.15191.9410042.35
Hex0ADD864140Fc0642a
Octal02553301442401730014452
Binary0101011011101100011001001010001111110000001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,173,216); }

 H1.HeaderClassName
 {
   color: #00ADD8;
 }
 .AnyTagClassName
 {
   color: #00ADD8;
 }
</style>
background-color css

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

 a { background-color: rgb(0,173,216); }

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

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

 span { border-color: rgb(0,173,216); }

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