Html Css Color HEX #00AABC Iris Blue

📋 copy color: '#00AABC'

red 0 ◦ green 170 ◦ blue 188

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

Shades of Iris Blue #00AABC

Tints of Iris Blue #00AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 0%
G = 47.49%
B = 52.51%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00AABC (or 0x00AABC) is known color: Iris Blue. HEX triplet: 00, AA and BC. RGB value is (0,170,188). Sum of RGB (Red+Green+Blue) = 0+170+188=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #00AABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AABC is #FF5543. Grayscale: #787878. Windows color (decimal): -16733508 or 12364288. OLE color: 12364288.

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

Color convert

RGB 0 170 188 -
CMYK 1 0.10 0 0.26
HSL 185.74º 1% 0.37% -
HSV(B) 185.74º 1% 0.74% -
XYZ 23.45 32.38 52.59 -
YUV 121.22 165.68 41.54 -
System Red Green Blue C M Y K H S L
Decimal 0 170 188 1 0.10 0 0.26 185.74 1 0.37
Hex 0 AA BC 64 A 0 1A BA 64 25
Octal 0 252 274 144 12 0 32 272 144 45
Binary 0 10101010 10111100 1100100 1010 0 11010 10111010 1100100 100101

Color Harmonies of #00AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AABC

Black with #00AABC

Text Example


Text Example

White with #00AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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