Html Css Color HEX #04AEBC Iris Blue

📋 copy color: '#04AEBC'

red 4 ◦ green 174 ◦ blue 188

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

Shades of Iris Blue #04AEBC

Tints of Iris Blue #04AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 1.09%
G = 47.54%
B = 51.37%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#04AEBC (or 0x04AEBC) is known color: Iris Blue. HEX triplet: 04, AE and BC. RGB value is (4,174,188). Sum of RGB (Red+Green+Blue) = 4+174+188=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 174 (68.36% from 255 or 47.54% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #04AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AEBC is #FB5143. Grayscale: #7C7C7C. Windows color (decimal): -16470340 or 12365316. OLE color: 12365316.

HSL color Cylindrical-coordinate representation of color #04AEBC: hue angle of 184.57º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AEBC is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 174 188 -
CMYK 0.98 0.07 0 0.26
HSL 184.57º 0.96% 0.38% -
HSV(B) 184.57º 0.98% 0.74% -
XYZ 24.26 33.93 52.85 -
YUV 124.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 4 174 188 0.98 0.07 0 0.26 184.57 0.96 0.38
Hex 4 AE BC 62 7 0 1A B9 60 26
Octal 4 256 274 142 7 0 32 271 140 46
Binary 100 10101110 10111100 1100010 111 0 11010 10111001 1100000 100110

Color Harmonies of #04AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AEBC

Black with #04AEBC

Text Example


Text Example

White with #04AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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