Html Css Color HEX #04ADDC Iris Blue

📋 copy color: '#04ADDC'

red 4 ◦ green 173 ◦ blue 220

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

Shades of Iris Blue #04ADDC

Tints of Iris Blue #04ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

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

R = 1.01%
G = 43.58%
B = 55.42%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04ADDC (or 0x04ADDC) is known color: Iris Blue. HEX triplet: 04, AD and DC. RGB value is (4,173,220). Sum of RGB (Red+Green+Blue) = 4+173+220=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #04ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADDC is #FB5223. Grayscale: #7F7F7F. Windows color (decimal): -16470564 or 14462212. OLE color: 14462212.

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

Color convert

RGB 4 173 220 -
CMYK 0.98 0.21 0 0.14
HSL 193.06º 0.96% 0.44% -
HSV(B) 193.06º 0.98% 0.86% -
XYZ 27.91 35.08 73.01 -
YUV 127.83 180.01 39.68 -
System Red Green Blue C M Y K H S L
Decimal 4 173 220 0.98 0.21 0 0.14 193.06 0.96 0.44
Hex 4 AD DC 62 15 0 E C1 60 2C
Octal 4 255 334 142 25 0 16 301 140 54
Binary 100 10101101 11011100 1100010 10101 0 1110 11000001 1100000 101100

Color Harmonies of #04ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ADDC

Black with #04ADDC

Text Example


Text Example

White with #04ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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