Html Css Color HEX #03EDF5 Aqua

📋 copy color: '#03EDF5'

red 3 ◦ green 237 ◦ blue 245

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

Shades of Aqua #03EDF5

Tints of Aqua #03EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.87%

 BLUE value IS 245 (96.09% from 255) = 50.52%

R = 0.62%
G = 48.87%
B = 50.52%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#03EDF5 (or 0x03EDF5) is known color: Aqua. HEX triplet: 03, ED and F5. RGB value is (3,237,245). Sum of RGB (Red+Green+Blue) = 3+237+245=485 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #03EDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EDF5 is #FC120A. Grayscale: #A7A7A7. Windows color (decimal): -16519691 or 16116995. OLE color: 16116995.

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

Color convert

RGB 3 237 245 -
CMYK 0.99 0.03 0 0.04
HSL 181.98º 0.98% 0.49% -
HSV(B) 181.98º 0.99% 0.96% -
XYZ 46.8 67.18 96.89 -
YUV 167.95 171.48 10.35 -
System Red Green Blue C M Y K H S L
Decimal 3 237 245 0.99 0.03 0 0.04 181.98 0.98 0.49
Hex 3 ED F5 63 3 0 4 B6 62 31
Octal 3 355 365 143 3 0 4 266 142 61
Binary 11 11101101 11110101 1100011 11 0 100 10110110 1100010 110001

Color Harmonies of #03EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EDF5

Black with #03EDF5

Text Example


Text Example

White with #03EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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