Html Css Color HEX #00ACDD Iris Blue

📋 copy color: '#00ACDD'

red 0 ◦ green 172 ◦ blue 221

#00ACDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #00ACDD

Tints of Iris Blue #00ACDD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 172 (67.58% from 255) = 43.77%

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 0%
G = 43.77%
B = 56.23%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00ACDD (or 0x00ACDD) is known color: Iris Blue. HEX triplet: 00, AC and DD. RGB value is (0,172,221). Sum of RGB (Red+Green+Blue) = 0+172+221=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #00ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACDD is #FF5322. Grayscale: #7D7D7D. Windows color (decimal): -16732963 or 14527488. OLE color: 14527488.

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

Color convert

RGB 0 172 221 -
CMYK 1 0.22 0 0.13
HSL 193.3º 1% 0.43% -
HSV(B) 193.3º 1% 0.87% -
XYZ 27.8 34.73 73.64 -
YUV 126.16 181.52 38.02 -
System Red Green Blue C M Y K H S L
Decimal 0 172 221 1 0.22 0 0.13 193.3 1 0.43
Hex 0 AC DD 64 16 0 D C1 64 2B
Octal 0 254 335 144 26 0 15 301 144 53
Binary 0 10101100 11011101 1100100 10110 0 1101 11000001 1100100 101011

Color Harmonies of #00ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ACDD

Black with #00ACDD

Text Example


Text Example

White with #00ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00ACDD;
 }
 .AnyTagClassName
 {
   color: #00ACDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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