Html Css Color HEX #04AECF Iris Blue

📋 copy color: '#04AECF'

red 4 ◦ green 174 ◦ blue 207

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

Shades of Iris Blue #04AECF

Tints of Iris Blue #04AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 1.04%
G = 45.19%
B = 53.77%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#04AECF (or 0x04AECF) is known color: Iris Blue. HEX triplet: 04, AE and CF. RGB value is (4,174,207). Sum of RGB (Red+Green+Blue) = 4+174+207=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #04AECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AECF is #FB5130. Grayscale: #7E7E7E. Windows color (decimal): -16470321 or 13610500. OLE color: 13610500.

HSL color Cylindrical-coordinate representation of color #04AECF: hue angle of 189.75º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AECF is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 174 207 -
CMYK 0.98 0.16 0 0.19
HSL 189.75º 0.96% 0.41% -
HSV(B) 189.75º 0.98% 0.81% -
XYZ 26.45 34.8 64.36 -
YUV 126.93 173.18 40.32 -
System Red Green Blue C M Y K H S L
Decimal 4 174 207 0.98 0.16 0 0.19 189.75 0.96 0.41
Hex 4 AE CF 62 10 0 13 BE 60 29
Octal 4 256 317 142 20 0 23 276 140 51
Binary 100 10101110 11001111 1100010 10000 0 10011 10111110 1100000 101001

Color Harmonies of #04AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AECF

Black with #04AECF

Text Example


Text Example

White with #04AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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