#03F5FD

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

Shades of Aqua #03F5FD

Tints of Aqua #03F5FD

Color information

#03F5FD (or 0x03F5FD) is unknown color: approx Aqua. HEX triplet: 03, F5 and FD. RGB value is (3,245,253). Sum of RGB (Red+Green+Blue) = 3+245+253=501 (66% of max value = 765). Red value is 3 (1.56% from 255 or 0.60% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #03F5FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F5FD is #FC0A02. Grayscale: #ADADAD. Windows color (decimal): -16517635 or 16643331. OLE color: 16643331.

HSL color Cylindrical-coordinate representation of color #03F5FD: hue angle of 181.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F5FD is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3245253-
CMYK0.990.0300.01
HSL181.92º98.43%50.2%-
HSV(B)181.92º98.81%99.22%-
XYZ50.4272.42104.25-
YUV173.55172.836.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.60%
GREEN value IS 245 (96.09% from 255) = 48.90%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=0.60%
G=48.90%
B=50.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal32452530.990.0300.01181.9298.4350.2
Hex3F5FD63301b66232
Octal336537514330126614262
Binary11111101011111110111000111101101101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,245,253); }

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

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

 a { background-color: rgb(3,245,253); }

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

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

 span { border-color: rgb(3,245,253); }

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