Html Css Color HEX #03EDF8 Aqua

📋 copy color: '#03EDF8'

red 3 ◦ green 237 ◦ blue 248

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

Shades of Aqua #03EDF8

Tints of Aqua #03EDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 0.61%
G = 48.57%
B = 50.82%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#03EDF8 (or 0x03EDF8) is known color: Aqua. HEX triplet: 03, ED and F8. RGB value is (3,237,248). Sum of RGB (Red+Green+Blue) = 3+237+248=488 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #03EDF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EDF8 is #FC1207. Grayscale: #A8A8A8. Windows color (decimal): -16519688 or 16313603. OLE color: 16313603.

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

Color convert

RGB 3 237 248 -
CMYK 0.99 0.04 0 0.03
HSL 182.69º 0.98% 0.49% -
HSV(B) 182.69º 0.99% 0.97% -
XYZ 47.27 67.37 99.32 -
YUV 168.29 172.98 10.11 -
System Red Green Blue C M Y K H S L
Decimal 3 237 248 0.99 0.04 0 0.03 182.69 0.98 0.49
Hex 3 ED F8 63 4 0 3 B7 62 31
Octal 3 355 370 143 4 0 3 267 142 61
Binary 11 11101101 11111000 1100011 100 0 11 10110111 1100010 110001

Color Harmonies of #03EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EDF8

Black with #03EDF8

Text Example


Text Example

White with #03EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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