Html Css Color HEX #03EFF9 Aqua

📋 copy color: '#03EFF9'

red 3 ◦ green 239 ◦ blue 249

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

Shades of Aqua #03EFF9

Tints of Aqua #03EFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 0.61%
G = 48.68%
B = 50.71%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03EFF9 (or 0x03EFF9) is known color: Aqua. HEX triplet: 03, EF and F9. RGB value is (3,239,249). Sum of RGB (Red+Green+Blue) = 3+239+249=491 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #03EFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EFF9 is #FC1006. Grayscale: #A9A9A9. Windows color (decimal): -16519175 or 16379651. OLE color: 16379651.

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

Color convert

RGB 3 239 249 -
CMYK 0.99 0.04 0 0.02
HSL 182.44º 0.98% 0.49% -
HSV(B) 182.44º 0.99% 0.98% -
XYZ 48 68.59 100.33 -
YUV 169.58 172.81 9.19 -
System Red Green Blue C M Y K H S L
Decimal 3 239 249 0.99 0.04 0 0.02 182.44 0.98 0.49
Hex 3 EF F9 63 4 0 2 B6 62 31
Octal 3 357 371 143 4 0 2 266 142 61
Binary 11 11101111 11111001 1100011 100 0 10 10110110 1100010 110001

Color Harmonies of #03EFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EFF9

Black with #03EFF9

Text Example


Text Example

White with #03EFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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