#04AFBF

Color #04AFBF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #04AFBF

Tints of Iris Blue #04AFBF

Color information

#04AFBF (or 0x04AFBF) is unknown color: approx Iris Blue. HEX triplet: 04, AF and BF. RGB value is (4,175,191). Sum of RGB (Red+Green+Blue) = 4+175+191=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #04AFBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFBF is #FB5040. Grayscale: #7D7D7D. Windows color (decimal): -16470081 or 12562180. OLE color: 12562180.

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

Color convert

RGB4175191-
CMYK0.980.0800.25
HSL185.13º95.9%38.24%-
HSV(B)185.13º97.91%74.9%-
XYZ24.7834.4554.63-
YUV125.7164.8541.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.08%
GREEN value IS 175 (68.75% from 255) = 47.30%
BLUE value IS 191 (75% from 255) = 51.62%
R=1.08%
G=47.30%
B=51.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41751910.980.0800.25185.1395.938.24
Hex4AFBF628019b96026
Octal42572771421003127114046
Binary100101011111011111111000101000011001101110011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04AFBF;
 }
 .AnyTagClassName
 {
   color: #04AFBF;
 }
</style>
background-color css

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

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

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

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

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

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