Html Css Color HEX #00A9CE Iris Blue

📋 copy color: '#00A9CE'

red 0 ◦ green 169 ◦ blue 206

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

Shades of Iris Blue #00A9CE

Tints of Iris Blue #00A9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 0%
G = 45.07%
B = 54.93%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00A9CE (or 0x00A9CE) is known color: Iris Blue. HEX triplet: 00, A9 and CE. RGB value is (0,169,206). Sum of RGB (Red+Green+Blue) = 0+169+206=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #00A9CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A9CE is #FF5631. Grayscale: #7A7A7A. Windows color (decimal): -16733746 or 13543680. OLE color: 13543680.

HSL color Cylindrical-coordinate representation of color #00A9CE: hue angle of 190.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A9CE is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 169 206 -
CMYK 1 0.18 0 0.19
HSL 190.78º 1% 0.4% -
HSV(B) 190.78º 1% 0.81% -
XYZ 25.33 32.83 63.39 -
YUV 122.69 175.01 40.49 -
System Red Green Blue C M Y K H S L
Decimal 0 169 206 1 0.18 0 0.19 190.78 1 0.4
Hex 0 A9 CE 64 12 0 13 BF 64 28
Octal 0 251 316 144 22 0 23 277 144 50
Binary 0 10101001 11001110 1100100 10010 0 10011 10111111 1100100 101000

Color Harmonies of #00A9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A9CE

Black with #00A9CE

Text Example


Text Example

White with #00A9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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