Html Css Color HEX #00ACC9 Iris Blue

📋 copy color: '#00ACC9'

red 0 ◦ green 172 ◦ blue 201

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

Shades of Iris Blue #00ACC9

Tints of Iris Blue #00ACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.89%

R = 0%
G = 46.11%
B = 53.89%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#00ACC9 (or 0x00ACC9) is known color: Iris Blue. HEX triplet: 00, AC and C9. RGB value is (0,172,201). Sum of RGB (Red+Green+Blue) = 0+172+201=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #00ACC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACC9 is #FF5336. Grayscale: #7B7B7B. Windows color (decimal): -16732983 or 13216768. OLE color: 13216768.

HSL color Cylindrical-coordinate representation of color #00ACC9: hue angle of 188.66º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACC9 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 172 201 -
CMYK 1 0.14 0 0.21
HSL 188.66º 1% 0.39% -
HSV(B) 188.66º 1% 0.79% -
XYZ 25.3 33.72 60.43 -
YUV 123.88 171.52 39.64 -
System Red Green Blue C M Y K H S L
Decimal 0 172 201 1 0.14 0 0.21 188.66 1 0.39
Hex 0 AC C9 64 E 0 15 BD 64 27
Octal 0 254 311 144 16 0 25 275 144 47
Binary 0 10101100 11001001 1100100 1110 0 10101 10111101 1100100 100111

Color Harmonies of #00ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ACC9

Black with #00ACC9

Text Example


Text Example

White with #00ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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