Html Css Color HEX #00A9CF Iris Blue

📋 copy color: '#00A9CF'

red 0 ◦ green 169 ◦ blue 207

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

Shades of Iris Blue #00A9CF

Tints of Iris Blue #00A9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.05%

R = 0%
G = 44.95%
B = 55.05%

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

#00A9CF (or 0x00A9CF) is known color: Iris Blue. HEX triplet: 00, A9 and CF. RGB value is (0,169,207). Sum of RGB (Red+Green+Blue) = 0+169+207=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #00A9CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A9CF is #FF5630. Grayscale: #7A7A7A. Windows color (decimal): -16733745 or 13609216. OLE color: 13609216.

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

Color convert

RGB 0 169 207 -
CMYK 1 0.18 0 0.19
HSL 191.01º 1% 0.41% -
HSV(B) 191.01º 1% 0.81% -
XYZ 25.45 32.88 64.04 -
YUV 122.8 175.51 40.41 -
System Red Green Blue C M Y K H S L
Decimal 0 169 207 1 0.18 0 0.19 191.01 1 0.41
Hex 0 A9 CF 64 12 0 13 BF 64 29
Octal 0 251 317 144 22 0 23 277 144 51
Binary 0 10101001 11001111 1100100 10010 0 10011 10111111 1100100 101001

Color Harmonies of #00A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A9CF

Black with #00A9CF

Text Example


Text Example

White with #00A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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