Html Css Color HEX #04A8DD Iris Blue

📋 copy color: '#04A8DD'

red 4 ◦ green 168 ◦ blue 221

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

Shades of Iris Blue #04A8DD

Tints of Iris Blue #04A8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 1.02%
G = 42.75%
B = 56.23%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04A8DD (or 0x04A8DD) is known color: Iris Blue. HEX triplet: 04, A8 and DD. RGB value is (4,168,221). Sum of RGB (Red+Green+Blue) = 4+168+221=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #04A8DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A8DD is #FB5722. Grayscale: #7C7C7C. Windows color (decimal): -16471843 or 14526468. OLE color: 14526468.

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

Color convert

RGB 4 168 221 -
CMYK 0.98 0.24 0 0.13
HSL 194.65º 0.96% 0.44% -
HSV(B) 194.65º 0.98% 0.87% -
XYZ 27.1 33.25 73.4 -
YUV 125.01 182.17 41.69 -
System Red Green Blue C M Y K H S L
Decimal 4 168 221 0.98 0.24 0 0.13 194.65 0.96 0.44
Hex 4 A8 DD 62 18 0 D C3 60 2C
Octal 4 250 335 142 30 0 15 303 140 54
Binary 100 10101000 11011101 1100010 11000 0 1101 11000011 1100000 101100

Color Harmonies of #04A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A8DD

Black with #04A8DD

Text Example


Text Example

White with #04A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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