#00ADCC

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

Shades of Iris Blue #00ADCC

Tints of Iris Blue #00ADCC

Color information

#00ADCC (or 0x00ADCC) is unknown color: approx Iris Blue. HEX triplet: 00, AD and CC. RGB value is (0,173,204). Sum of RGB (Red+Green+Blue) = 0+173+204=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #00ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADCC is #FF5233. Grayscale: #7C7C7C. Windows color (decimal): -16732724 or 13413632. OLE color: 13413632.

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

Color convert

RGB0173204-
CMYK10.1500.2
HSL189.12º100%40%-
HSV(B)189.12º100%80%-
XYZ25.8434.2562.37-
YUV124.81172.6938.98-

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) = 45.89%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=0%
G=45.89%
B=54.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal017320410.1500.2189.1210040
Hex0ADCC64F014bd6428
Octal02553141441702427514450
Binary0101011011100110011001001111010100101111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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