Html Css Color HEX #00ABBA Iris Blue

📋 copy color: '#00ABBA'

red 0 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #00ABBA

Tints of Iris Blue #00ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.9%

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 0%
G = 47.9%
B = 52.1%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#00ABBA (or 0x00ABBA) is known color: 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

RGB 0 171 186 -
CMYK 1 0.08 0 0.27
HSL 184.84º 1% 0.36% -
HSV(B) 184.84º 1% 0.73% -
XYZ 23.43 32.67 51.53 -
YUV 121.58 164.35 41.28 -
System Red Green Blue C M Y K H S L
Decimal 0 171 186 1 0.08 0 0.27 184.84 1 0.36
Hex 0 AB BA 64 8 0 1B B9 64 24
Octal 0 253 272 144 10 0 33 271 144 44
Binary 0 10101011 10111010 1100100 1000 0 11011 10111001 1100100 100100

Color Harmonies of #00ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABBA

Black with #00ABBA

Text Example


Text Example

White with #00ABBA

Text Example


Text Example

HTML Codes & Css Web 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>