Html Css Color HEX #03EEF9 Aqua

📋 copy color: '#03EEF9'

red 3 ◦ green 238 ◦ blue 249

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

Shades of Aqua #03EEF9

Tints of Aqua #03EEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.57%

 BLUE value IS 249 (97.66% 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.02

RGB Variations

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

Color information

#03EEF9 (or 0x03EEF9) is known color: Aqua. HEX triplet: 03, EE and F9. RGB value is (3,238,249). Sum of RGB (Red+Green+Blue) = 3+238+249=490 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #03EEF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EEF9 is #FC1106. Grayscale: #A8A8A8. Windows color (decimal): -16519431 or 16379395. OLE color: 16379395.

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

Color convert

RGB 3 238 249 -
CMYK 0.99 0.04 0 0.02
HSL 182.68º 0.98% 0.49% -
HSV(B) 182.68º 0.99% 0.98% -
XYZ 47.71 68.01 100.23 -
YUV 168.99 173.14 9.61 -
System Red Green Blue C M Y K H S L
Decimal 3 238 249 0.99 0.04 0 0.02 182.68 0.98 0.49
Hex 3 EE F9 63 4 0 2 B7 62 31
Octal 3 356 371 143 4 0 2 267 142 61
Binary 11 11101110 11111001 1100011 100 0 10 10110111 1100010 110001

Color Harmonies of #03EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EEF9

Black with #03EEF9

Text Example


Text Example

White with #03EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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