Html Css Color HEX #03EFF5 Aqua

📋 copy color: '#03EFF5'

red 3 ◦ green 239 ◦ blue 245

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

Shades of Aqua #03EFF5

Tints of Aqua #03EFF5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.08%

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

R = 0.62%
G = 49.08%
B = 50.31%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#03EFF5 (or 0x03EFF5) is known color: Aqua. HEX triplet: 03, EF and F5. RGB value is (3,239,245). Sum of RGB (Red+Green+Blue) = 3+239+245=487 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #03EFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EFF5 is #FC100A. Grayscale: #A8A8A8. Windows color (decimal): -16519179 or 16117507. OLE color: 16117507.

HSL color Cylindrical-coordinate representation of color #03EFF5: hue angle of 181.49º 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 #03EFF5 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 239 245 -
CMYK 0.99 0.02 0 0.04
HSL 181.49º 0.98% 0.49% -
HSV(B) 181.49º 0.99% 0.96% -
XYZ 47.39 68.34 97.08 -
YUV 169.12 170.81 9.51 -
System Red Green Blue C M Y K H S L
Decimal 3 239 245 0.99 0.02 0 0.04 181.49 0.98 0.49
Hex 3 EF F5 63 2 0 4 B5 62 31
Octal 3 357 365 143 2 0 4 265 142 61
Binary 11 11101111 11110101 1100011 10 0 100 10110101 1100010 110001

Color Harmonies of #03EFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EFF5

Black with #03EFF5

Text Example


Text Example

White with #03EFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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