Html Css Color HEX #04A8DC Iris Blue

📋 copy color: '#04A8DC'

red 4 ◦ green 168 ◦ blue 220

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

Shades of Iris Blue #04A8DC

Tints of Iris Blue #04A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.86%

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 1.02%
G = 42.86%
B = 56.12%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04A8DC (or 0x04A8DC) is known color: Iris Blue. HEX triplet: 04, A8 and DC. RGB value is (4,168,220). Sum of RGB (Red+Green+Blue) = 4+168+220=392 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #04A8DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A8DC is #FB5723. Grayscale: #7C7C7C. Windows color (decimal): -16471844 or 14460932. OLE color: 14460932.

HSL color Cylindrical-coordinate representation of color #04A8DC: hue angle of 194.44º 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 #04A8DC is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 168 220 -
CMYK 0.98 0.24 0 0.14
HSL 194.44º 0.96% 0.44% -
HSV(B) 194.44º 0.98% 0.86% -
XYZ 26.97 33.2 72.7 -
YUV 124.89 181.67 41.77 -
System Red Green Blue C M Y K H S L
Decimal 4 168 220 0.98 0.24 0 0.14 194.44 0.96 0.44
Hex 4 A8 DC 62 18 0 E C2 60 2C
Octal 4 250 334 142 30 0 16 302 140 54
Binary 100 10101000 11011100 1100010 11000 0 1110 11000010 1100000 101100

Color Harmonies of #04A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A8DC

Black with #04A8DC

Text Example


Text Example

White with #04A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,168,220); }

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

background-color css

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

 a { background-color: rgb(4,168,220); }

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

border-color css

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

 span { border-color: rgb(4,168,220); }

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