#03ADAF

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

Shades of Iris Blue #03ADAF

Tints of Iris Blue #03ADAF

Color information

#03ADAF (or 0x03ADAF) is unknown color: approx Iris Blue. HEX triplet: 03, AD and AF. RGB value is (3,173,175). Sum of RGB (Red+Green+Blue) = 3+173+175=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #03ADAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ADAF is #FC5250. Grayscale: #7A7A7A. Windows color (decimal): -16536145 or 11513091. OLE color: 11513091.

HSL color Cylindrical-coordinate representation of color #03ADAF: hue angle of 180.7º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03ADAF is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3173175-
CMYK0.980.0100.31
HSL180.7º96.63%34.9%-
HSV(B)180.7º98.29%68.63%-
XYZ22.723345.73-
YUV122.4157.6842.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 173 (67.97% from 255) = 49.29%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=0.85%
G=49.29%
B=49.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31731750.980.0100.31180.796.6334.9
Hex3ADAF62101Fb56123
Octal3255257142103726514143
Binary11101011011010111111000101011111101101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,173,175); }

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

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

 a { background-color: rgb(3,173,175); }

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

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

 span { border-color: rgb(3,173,175); }

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