Html Css Color HEX #00AAC9 Iris Blue

📋 copy color: '#00AAC9'

red 0 ◦ green 170 ◦ blue 201

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

Shades of Iris Blue #00AAC9

Tints of Iris Blue #00AAC9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

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

R = 0%
G = 45.82%
B = 54.18%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#00AAC9 (or 0x00AAC9) is known color: Iris Blue. HEX triplet: 00, AA and C9. RGB value is (0,170,201). Sum of RGB (Red+Green+Blue) = 0+170+201=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #00AAC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AAC9 is #FF5536. Grayscale: #7A7A7A. Windows color (decimal): -16733495 or 13216256. OLE color: 13216256.

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

Color convert

RGB 0 170 201 -
CMYK 1 0.15 0 0.21
HSL 189.25º 1% 0.39% -
HSV(B) 189.25º 1% 0.79% -
XYZ 24.92 32.97 60.31 -
YUV 122.7 172.18 40.48 -
System Red Green Blue C M Y K H S L
Decimal 0 170 201 1 0.15 0 0.21 189.25 1 0.39
Hex 0 AA C9 64 F 0 15 BD 64 27
Octal 0 252 311 144 17 0 25 275 144 47
Binary 0 10101010 11001001 1100100 1111 0 10101 10111101 1100100 100111

Color Harmonies of #00AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AAC9

Black with #00AAC9

Text Example


Text Example

White with #00AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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