Html Css Color HEX #04AEDC Iris Blue

📋 copy color: '#04AEDC'

red 4 ◦ green 174 ◦ blue 220

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

Shades of Iris Blue #04AEDC

Tints of Iris Blue #04AEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.72%

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

R = 1.01%
G = 43.72%
B = 55.28%

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

#04AEDC (or 0x04AEDC) is known color: Iris Blue. HEX triplet: 04, AE and DC. RGB value is (4,174,220). Sum of RGB (Red+Green+Blue) = 4+174+220=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #04AEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AEDC is #FB5123. Grayscale: #808080. Windows color (decimal): -16470308 or 14462468. OLE color: 14462468.

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

Color convert

RGB 4 174 220 -
CMYK 0.98 0.21 0 0.14
HSL 192.78º 0.96% 0.44% -
HSV(B) 192.78º 0.98% 0.86% -
XYZ 28.1 35.47 73.07 -
YUV 128.41 179.68 39.26 -
System Red Green Blue C M Y K H S L
Decimal 4 174 220 0.98 0.21 0 0.14 192.78 0.96 0.44
Hex 4 AE DC 62 15 0 E C1 60 2C
Octal 4 256 334 142 25 0 16 301 140 54
Binary 100 10101110 11011100 1100010 10101 0 1110 11000001 1100000 101100

Color Harmonies of #04AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AEDC

Black with #04AEDC

Text Example


Text Example

White with #04AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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