#03ACCE

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

Shades of Iris Blue #03ACCE

Tints of Iris Blue #03ACCE

Color information

#03ACCE (or 0x03ACCE) is unknown color: approx Iris Blue. HEX triplet: 03, AC and CE. RGB value is (3,172,206). Sum of RGB (Red+Green+Blue) = 3+172+206=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #03ACCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACCE is #FC5331. Grayscale: #7D7D7D. Windows color (decimal): -16536370 or 13544451. OLE color: 13544451.

HSL color Cylindrical-coordinate representation of color #03ACCE: hue angle of 190.05º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACCE is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3172206-
CMYK0.990.1700.19
HSL190.05º97.13%40.98%-
HSV(B)190.05º98.54%80.78%-
XYZ25.9333.9863.58-
YUV125.34173.5140.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.79%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=0.79%
G=45.14%
B=54.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31722060.990.1700.19190.0597.1340.98
Hex3ACCE6311013be6129
Octal32543161432102327614151
Binary111010110011001110110001110001010011101111101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03ACCE; }

 p { color: rgb(3,172,206); }

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

<style>
 a { background-color: #03ACCE; }

 a { background-color: rgb(3,172,206); }

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

<style>
 span { border-color: #03ACCE; }

 span { border-color: rgb(3,172,206); }

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