#04ADB9

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

Shades of Iris Blue #04ADB9

Tints of Iris Blue #04ADB9

Color information

#04ADB9 (or 0x04ADB9) is unknown color: approx Iris Blue. HEX triplet: 04, AD and B9. RGB value is (4,173,185). Sum of RGB (Red+Green+Blue) = 4+173+185=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #04ADB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADB9 is #FB5246. Grayscale: #7B7B7B. Windows color (decimal): -16470599 or 12168452. OLE color: 12168452.

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

Color convert

RGB4173185-
CMYK0.980.0600.27
HSL183.98º95.77%37.06%-
HSV(B)183.98º97.84%72.55%-
XYZ23.7533.4251.1-
YUV123.84162.5142.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.10%
GREEN value IS 173 (67.97% from 255) = 47.79%
BLUE value IS 185 (72.66% from 255) = 51.10%
R=1.10%
G=47.79%
B=51.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41731850.980.0600.27183.9895.7737.06
Hex4ADB962601Bb86025
Octal4255271142603327014045
Binary10010101101101110011100010110011011101110001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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