Html Css Color HEX #04AEBF Iris Blue

📋 copy color: '#04AEBF'

red 4 ◦ green 174 ◦ blue 191

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

Shades of Iris Blue #04AEBF

Tints of Iris Blue #04AEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.76%

R = 1.08%
G = 47.15%
B = 51.76%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#04AEBF (or 0x04AEBF) is known color: Iris Blue. HEX triplet: 04, AE and BF. RGB value is (4,174,191). Sum of RGB (Red+Green+Blue) = 4+174+191=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #04AEBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AEBF is #FB5140. Grayscale: #7C7C7C. Windows color (decimal): -16470337 or 12561924. OLE color: 12561924.

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

Color convert

RGB 4 174 191 -
CMYK 0.98 0.09 0 0.25
HSL 185.45º 0.96% 0.38% -
HSV(B) 185.45º 0.98% 0.75% -
XYZ 24.59 34.06 54.57 -
YUV 125.11 165.18 41.62 -
System Red Green Blue C M Y K H S L
Decimal 4 174 191 0.98 0.09 0 0.25 185.45 0.96 0.38
Hex 4 AE BF 62 9 0 19 B9 60 26
Octal 4 256 277 142 11 0 31 271 140 46
Binary 100 10101110 10111111 1100010 1001 0 11001 10111001 1100000 100110

Color Harmonies of #04AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AEBF

Black with #04AEBF

Text Example


Text Example

White with #04AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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