Html Css Color HEX #04ACB9 Iris Blue

📋 copy color: '#04ACB9'

red 4 ◦ green 172 ◦ blue 185

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

Shades of Iris Blue #04ACB9

Tints of Iris Blue #04ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.65%

 BLUE value IS 185 (72.66% from 255) = 51.25%

R = 1.11%
G = 47.65%
B = 51.25%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#04ACB9 (or 0x04ACB9) is known color: Iris Blue. HEX triplet: 04, AC and B9. RGB value is (4,172,185). Sum of RGB (Red+Green+Blue) = 4+172+185=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #04ACB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACB9 is #FB5346. Grayscale: #7B7B7B. Windows color (decimal): -16470855 or 12168196. OLE color: 12168196.

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

Color convert

RGB 4 172 185 -
CMYK 0.98 0.07 0 0.27
HSL 184.31º 0.96% 0.37% -
HSV(B) 184.31º 0.98% 0.73% -
XYZ 23.56 33.03 51.03 -
YUV 123.25 162.84 42.94 -
System Red Green Blue C M Y K H S L
Decimal 4 172 185 0.98 0.07 0 0.27 184.31 0.96 0.37
Hex 4 AC B9 62 7 0 1B B8 60 25
Octal 4 254 271 142 7 0 33 270 140 45
Binary 100 10101100 10111001 1100010 111 0 11011 10111000 1100000 100101

Color Harmonies of #04ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ACB9

Black with #04ACB9

Text Example


Text Example

White with #04ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,172,185); }

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

background-color css

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

 a { background-color: rgb(4,172,185); }

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

border-color css

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

 span { border-color: rgb(4,172,185); }

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