Html Css Color HEX #00A9DB Iris Blue

📋 copy color: '#00A9DB'

red 0 ◦ green 169 ◦ blue 219

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

Shades of Iris Blue #00A9DB

Tints of Iris Blue #00A9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 0%
G = 43.56%
B = 56.44%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00A9DB (or 0x00A9DB) is known color: Iris Blue. HEX triplet: 00, A9 and DB. RGB value is (0,169,219). Sum of RGB (Red+Green+Blue) = 0+169+219=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #00A9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A9DB is #FF5624. Grayscale: #7B7B7B. Windows color (decimal): -16733733 or 14395648. OLE color: 14395648.

HSL color Cylindrical-coordinate representation of color #00A9DB: hue angle of 193.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A9DB is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 169 219 -
CMYK 1 0.23 0 0.14
HSL 193.7º 1% 0.43% -
HSV(B) 193.7º 1% 0.86% -
XYZ 26.97 33.49 72.06 -
YUV 124.17 181.51 39.43 -
System Red Green Blue C M Y K H S L
Decimal 0 169 219 1 0.23 0 0.14 193.7 1 0.43
Hex 0 A9 DB 64 17 0 E C2 64 2B
Octal 0 251 333 144 27 0 16 302 144 53
Binary 0 10101001 11011011 1100100 10111 0 1110 11000010 1100100 101011

Color Harmonies of #00A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A9DB

Black with #00A9DB

Text Example


Text Example

White with #00A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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