Html Css Color HEX #03EEF7 Aqua

📋 copy color: '#03EEF7'

red 3 ◦ green 238 ◦ blue 247

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

Shades of Aqua #03EEF7

Tints of Aqua #03EEF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.61%

R = 0.61%
G = 48.77%
B = 50.61%

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

#03EEF7 (or 0x03EEF7) is known color: Aqua. HEX triplet: 03, EE and F7. RGB value is (3,238,247). Sum of RGB (Red+Green+Blue) = 3+238+247=488 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #03EEF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EEF7 is #FC1108. Grayscale: #A8A8A8. Windows color (decimal): -16519433 or 16248323. OLE color: 16248323.

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

Color convert

RGB 3 238 247 -
CMYK 0.99 0.04 0 0.03
HSL 182.21º 0.98% 0.49% -
HSV(B) 182.21º 0.99% 0.97% -
XYZ 47.4 67.88 98.6 -
YUV 168.76 172.14 9.77 -
System Red Green Blue C M Y K H S L
Decimal 3 238 247 0.99 0.04 0 0.03 182.21 0.98 0.49
Hex 3 EE F7 63 4 0 3 B6 62 31
Octal 3 356 367 143 4 0 3 266 142 61
Binary 11 11101110 11110111 1100011 100 0 11 10110110 1100010 110001

Color Harmonies of #03EEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EEF7

Black with #03EEF7

Text Example


Text Example

White with #03EEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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