#00ADDD

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

Shades of Iris Blue #00ADDD

Tints of Iris Blue #00ADDD

Color information

#00ADDD (or 0x00ADDD) is unknown color: approx Iris Blue. HEX triplet: 00, AD and DD. RGB value is (0,173,221). Sum of RGB (Red+Green+Blue) = 0+173+221=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #00ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADDD is #FF5222. Grayscale: #7E7E7E. Windows color (decimal): -16732707 or 14527744. OLE color: 14527744.

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

Color convert

RGB0173221-
CMYK10.2200.13
HSL193.03º100%43.33%-
HSV(B)193.03º100%86.67%-
XYZ27.9935.1173.71-
YUV126.74181.1937.6-

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) = 43.91%
BLUE value IS 221 (86.72% from 255) = 56.09%
R=0%
G=43.91%
B=56.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal017322110.2200.13193.0310043.33
Hex0ADDD64160Dc1642b
Octal02553351442601530114453
Binary0101011011101110111001001011001101110000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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