Html Css Color HEX #00ACE1 Iris Blue

📋 copy color: '#00ACE1'

red 0 ◦ green 172 ◦ blue 225

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

Shades of Iris Blue #00ACE1

Tints of Iris Blue #00ACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.68%

R = 0%
G = 43.32%
B = 56.68%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#00ACE1 (or 0x00ACE1) is known color: Iris Blue. HEX triplet: 00, AC and E1. RGB value is (0,172,225). Sum of RGB (Red+Green+Blue) = 0+172+225=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #00ACE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACE1 is #FF531E. Grayscale: #7E7E7E. Windows color (decimal): -16732959 or 14789632. OLE color: 14789632.

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

Color convert

RGB 0 172 225 -
CMYK 1 0.24 0 0.12
HSL 194.13º 1% 0.44% -
HSV(B) 194.13º 1% 0.88% -
XYZ 28.34 34.94 76.48 -
YUV 126.61 183.52 37.69 -
System Red Green Blue C M Y K H S L
Decimal 0 172 225 1 0.24 0 0.12 194.13 1 0.44
Hex 0 AC E1 64 18 0 C C2 64 2C
Octal 0 254 341 144 30 0 14 302 144 54
Binary 0 10101100 11100001 1100100 11000 0 1100 11000010 1100100 101100

Color Harmonies of #00ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ACE1

Black with #00ACE1

Text Example


Text Example

White with #00ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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