#03ACB5

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

Shades of Iris Blue #03ACB5

Tints of Iris Blue #03ACB5

Color information

#03ACB5 (or 0x03ACB5) is unknown color: approx Iris Blue. HEX triplet: 03, AC and B5. RGB value is (3,172,181). Sum of RGB (Red+Green+Blue) = 3+172+181=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #03ACB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACB5 is #FC534A. Grayscale: #7A7A7A. Windows color (decimal): -16536395 or 11906051. OLE color: 11906051.

HSL color Cylindrical-coordinate representation of color #03ACB5: hue angle of 183.03º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03ACB5 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3172181-
CMYK0.980.0500.29
HSL183.03º96.74%36.08%-
HSV(B)183.03º98.34%70.98%-
XYZ23.1332.8648.84-
YUV122.5161.0142.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.84%
GREEN value IS 172 (67.58% from 255) = 48.31%
BLUE value IS 181 (71.09% from 255) = 50.84%
R=0.84%
G=48.31%
B=50.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31721810.980.0500.29183.0396.7436.08
Hex3ACB562501Db76124
Octal3254265142503526714144
Binary1110101100101101011100010101011101101101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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