#00ABBA

Color #00ABBA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #00ABBA

Tints of Iris Blue #00ABBA

Color information

#00ABBA (or 0x00ABBA) is unknown color: approx Iris Blue. HEX triplet: 00, AB and BA. RGB value is (0,171,186). Sum of RGB (Red+Green+Blue) = 0+171+186=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #00ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABBA is #FF5445. Grayscale: #797979. Windows color (decimal): -16733254 or 12233472. OLE color: 12233472.

HSL color Cylindrical-coordinate representation of color #00ABBA: hue angle of 184.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABBA is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0171186-
CMYK10.0800.27
HSL184.84º100%36.47%-
HSV(B)184.84º100%72.94%-
XYZ23.4332.6751.53-
YUV121.58164.3541.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 171 (67.19% from 255) = 47.90%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=0%
G=47.90%
B=52.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal017118610.0800.27184.8410036.47
Hex0ABBA64801Bb96424
Octal02532721441003327114444
Binary0101010111011101011001001000011011101110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,171,186); }

 H1.HeaderClassName
 {
   color: #00ABBA;
 }
 .AnyTagClassName
 {
   color: #00ABBA;
 }
</style>
background-color css

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

 a { background-color: rgb(0,171,186); }

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

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

 span { border-color: rgb(0,171,186); }

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