Html Css Color HEX #04A9DB Iris Blue

📋 copy color: '#04A9DB'

red 4 ◦ green 169 ◦ blue 219

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

Shades of Iris Blue #04A9DB

Tints of Iris Blue #04A9DB

RGB

 RED value IS 4 (1.95% from 255) = 1.02%

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

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

R = 1.02%
G = 43.11%
B = 55.87%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04A9DB (or 0x04A9DB) is known color: Iris Blue. HEX triplet: 04, A9 and DB. RGB value is (4,169,219). Sum of RGB (Red+Green+Blue) = 4+169+219=392 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #04A9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A9DB is #FB5624. Grayscale: #7D7D7D. Windows color (decimal): -16471589 or 14395652. OLE color: 14395652.

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

Color convert

RGB 4 169 219 -
CMYK 0.98 0.23 0 0.14
HSL 193.95º 0.96% 0.44% -
HSV(B) 193.95º 0.98% 0.86% -
XYZ 27.02 33.52 72.06 -
YUV 125.37 180.84 41.43 -
System Red Green Blue C M Y K H S L
Decimal 4 169 219 0.98 0.23 0 0.14 193.95 0.96 0.44
Hex 4 A9 DB 62 17 0 E C2 60 2C
Octal 4 251 333 142 27 0 16 302 140 54
Binary 100 10101001 11011011 1100010 10111 0 1110 11000010 1100000 101100

Color Harmonies of #04A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A9DB

Black with #04A9DB

Text Example


Text Example

White with #04A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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