Html Css Color HEX #03E5FA Aqua

📋 copy color: '#03E5FA'

red 3 ◦ green 229 ◦ blue 250

#03E5FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #03E5FA

Tints of Aqua #03E5FA

RGB

 RED value IS 3 (1.56% from 255) = 0.62%

 GREEN value IS 229 (89.84% from 255) = 47.51%

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 0.62%
G = 47.51%
B = 51.87%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03E5FA (or 0x03E5FA) is known color: Aqua. HEX triplet: 03, E5 and FA. RGB value is (3,229,250). Sum of RGB (Red+Green+Blue) = 3+229+250=482 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #03E5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E5FA is #FC1A05. Grayscale: #A3A3A3. Windows color (decimal): -16521734 or 16442627. OLE color: 16442627.

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

Color convert

RGB 3 229 250 -
CMYK 0.99 0.08 0 0.02
HSL 185.1º 0.98% 0.5% -
HSV(B) 185.1º 0.99% 0.98% -
XYZ 45.31 62.96 100.21 -
YUV 163.82 176.63 13.29 -
System Red Green Blue C M Y K H S L
Decimal 3 229 250 0.99 0.08 0 0.02 185.1 0.98 0.5
Hex 3 E5 FA 63 8 0 2 B9 62 32
Octal 3 345 372 143 10 0 2 271 142 62
Binary 11 11100101 11111010 1100011 1000 0 10 10111001 1100010 110010

Color Harmonies of #03E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E5FA

Black with #03E5FA

Text Example


Text Example

White with #03E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,229,250); }

 H1.HeaderClassName
 {
   color: #03E5FA;
 }
 .AnyTagClassName
 {
   color: #03E5FA;
 }
</style>

background-color css

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

 a { background-color: rgb(3,229,250); }

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

border-color css

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

 span { border-color: rgb(3,229,250); }

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