Html Css Color HEX #04AEDE Iris Blue

📋 copy color: '#04AEDE'

red 4 ◦ green 174 ◦ blue 222

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

Shades of Iris Blue #04AEDE

Tints of Iris Blue #04AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 1%
G = 43.5%
B = 55.5%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04AEDE (or 0x04AEDE) is known color: Iris Blue. HEX triplet: 04, AE and DE. RGB value is (4,174,222). Sum of RGB (Red+Green+Blue) = 4+174+222=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #04AEDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AEDE is #FB5121. Grayscale: #808080. Windows color (decimal): -16470306 or 14593540. OLE color: 14593540.

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

Color convert

RGB 4 174 222 -
CMYK 0.98 0.22 0 0.13
HSL 193.21º 0.96% 0.44% -
HSV(B) 193.21º 0.98% 0.87% -
XYZ 28.37 35.57 74.48 -
YUV 128.64 180.68 39.1 -
System Red Green Blue C M Y K H S L
Decimal 4 174 222 0.98 0.22 0 0.13 193.21 0.96 0.44
Hex 4 AE DE 62 16 0 D C1 60 2C
Octal 4 256 336 142 26 0 15 301 140 54
Binary 100 10101110 11011110 1100010 10110 0 1101 11000001 1100000 101100

Color Harmonies of #04AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AEDE

Black with #04AEDE

Text Example


Text Example

White with #04AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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