#04ABBC

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

Shades of Iris Blue #04ABBC

Tints of Iris Blue #04ABBC

Color information

#04ABBC (or 0x04ABBC) is unknown color: approx Iris Blue. HEX triplet: 04, AB and BC. RGB value is (4,171,188). Sum of RGB (Red+Green+Blue) = 4+171+188=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #04ABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABBC is #FB5443. Grayscale: #7A7A7A. Windows color (decimal): -16471108 or 12364548. OLE color: 12364548.

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

Color convert

RGB4171188-
CMYK0.980.0900.26
HSL185.54º95.83%37.65%-
HSV(B)185.54º97.87%73.73%-
XYZ23.6932.7852.66-
YUV123164.6743.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.10%
GREEN value IS 171 (67.19% from 255) = 47.11%
BLUE value IS 188 (73.83% from 255) = 51.79%
R=1.10%
G=47.11%
B=51.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41711880.980.0900.26185.5495.8337.65
Hex4ABBC62901Aba6026
Octal42532741421103227214046
Binary100101010111011110011000101001011010101110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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