Html Css Color HEX #03EFFF Aqua

📋 copy color: '#03EFFF'

red 3 ◦ green 239 ◦ blue 255

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

Shades of Aqua #03EFFF

Tints of Aqua #03EFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.31%

R = 0.6%
G = 48.09%
B = 51.31%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#03EFFF (or 0x03EFFF) is known color: Aqua. HEX triplet: 03, EF and FF. RGB value is (3,239,255). Sum of RGB (Red+Green+Blue) = 3+239+255=497 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.60% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #03EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EFFF is #FC1000. Grayscale: #A9A9A9. Windows color (decimal): -16519169 or 16772867. OLE color: 16772867.

HSL color Cylindrical-coordinate representation of color #03EFFF: hue angle of 183.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EFFF is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 239 255 -
CMYK 0.99 0.06 0 0
HSL 183.81º 1% 0.51% -
HSV(B) 183.81º 0.99% 1% -
XYZ 48.95 68.97 105.34 -
YUV 170.26 175.81 8.7 -
System Red Green Blue C M Y K H S L
Decimal 3 239 255 0.99 0.06 0 0 183.81 1 0.51
Hex 3 EF FF 63 6 0 0 B8 64 33
Octal 3 357 377 143 6 0 0 270 144 63
Binary 11 11101111 11111111 1100011 110 0 0 10111000 1100100 110011

Color Harmonies of #03EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EFFF

Black with #03EFFF

Text Example


Text Example

White with #03EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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