Html Css Color HEX #00AABF Iris Blue

📋 copy color: '#00AABF'

red 0 ◦ green 170 ◦ blue 191

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

Shades of Iris Blue #00AABF

Tints of Iris Blue #00AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 0%
G = 47.09%
B = 52.91%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00AABF (or 0x00AABF) is known color: Iris Blue. HEX triplet: 00, AA and BF. RGB value is (0,170,191). Sum of RGB (Red+Green+Blue) = 0+170+191=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #00AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AABF is #FF5540. Grayscale: #797979. Windows color (decimal): -16733505 or 12560896. OLE color: 12560896.

HSL color Cylindrical-coordinate representation of color #00AABF: hue angle of 186.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AABF is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 170 191 -
CMYK 1 0.11 0 0.25
HSL 186.6º 1% 0.37% -
HSV(B) 186.6º 1% 0.75% -
XYZ 23.78 32.51 54.31 -
YUV 121.56 167.18 41.29 -
System Red Green Blue C M Y K H S L
Decimal 0 170 191 1 0.11 0 0.25 186.6 1 0.37
Hex 0 AA BF 64 B 0 19 BB 64 25
Octal 0 252 277 144 13 0 31 273 144 45
Binary 0 10101010 10111111 1100100 1011 0 11001 10111011 1100100 100101

Color Harmonies of #00AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AABF

Black with #00AABF

Text Example


Text Example

White with #00AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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