#00addf

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

Shades of Iris Blue #00ADDF

Tints of Iris Blue #00ADDF

Color information

#00ADDF (or 0x00ADDF) is unknown color: approx Iris Blue. HEX triplet: 00, AD and DF. RGB value is (0,173,223). Sum of RGB (Red+Green+Blue) = 0+173+223=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #00ADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADDF is #FF5220. Grayscale: #7E7E7E. Windows color (decimal): -16732705 or 14658816. OLE color: 14658816.

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

Color convert

RGB0173223-
CMYK10.2200.13
HSL193.45º100%43.73%-
HSV(B)193.45º100%87.45%-
XYZ28.2635.2175.12-
YUV126.97182.1937.43-

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.69%
BLUE value IS 223 (87.5% from 255) = 56.31%
R=0%
G=43.69%
B=56.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal017322310.2200.13193.4510043.73
Hex0ADDF64160Dc1642c
Octal02553371442601530114454
Binary0101011011101111111001001011001101110000011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00addf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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