Html Css Color HEX #00A9BE Iris Blue

📋 copy color: '#00A9BE'

red 0 ◦ green 169 ◦ blue 190

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

Shades of Iris Blue #00A9BE

Tints of Iris Blue #00A9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.08%

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 0%
G = 47.08%
B = 52.92%

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

#00A9BE (or 0x00A9BE) is known color: Iris Blue. HEX triplet: 00, A9 and BE. RGB value is (0,169,190). Sum of RGB (Red+Green+Blue) = 0+169+190=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #00A9BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A9BE is #FF5641. Grayscale: #787878. Windows color (decimal): -16733762 or 12495104. OLE color: 12495104.

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

Color convert

RGB 0 169 190 -
CMYK 1 0.11 0 0.25
HSL 186.63º 1% 0.37% -
HSV(B) 186.63º 1% 0.75% -
XYZ 23.48 32.09 53.67 -
YUV 120.86 167.01 41.79 -
System Red Green Blue C M Y K H S L
Decimal 0 169 190 1 0.11 0 0.25 186.63 1 0.37
Hex 0 A9 BE 64 B 0 19 BB 64 25
Octal 0 251 276 144 13 0 31 273 144 45
Binary 0 10101001 10111110 1100100 1011 0 11001 10111011 1100100 100101

Color Harmonies of #00A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A9BE

Black with #00A9BE

Text Example


Text Example

White with #00A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,169,190); }

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

background-color css

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

 a { background-color: rgb(0,169,190); }

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

border-color css

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

 span { border-color: rgb(0,169,190); }

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