#00ACCD

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

Shades of Iris Blue #00ACCD

Tints of Iris Blue #00ACCD

Color information

#00ACCD (or 0x00ACCD) is unknown color: approx Iris Blue. HEX triplet: 00, AC and CD. RGB value is (0,172,205). Sum of RGB (Red+Green+Blue) = 0+172+205=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #00ACCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACCD is #FF5332. Grayscale: #7C7C7C. Windows color (decimal): -16732979 or 13478912. OLE color: 13478912.

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

Color convert

RGB0172205-
CMYK10.1600.20
HSL189.66º100%40.2%-
HSV(B)189.66º100%80.39%-
XYZ25.7733.9162.95-
YUV124.33173.5239.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 205 (80.47% from 255) = 54.38%
R=0%
G=45.62%
B=54.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal017220510.1600.20189.6610040.2
Hex0ACCD6410014be6428
Octal02543151442002427614450
Binary01010110011001101110010010000010100101111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,172,205); }

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

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

 a { background-color: rgb(0,172,205); }

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

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

 span { border-color: rgb(0,172,205); }

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