Html Css Color HEX #02EDF3 Aqua

📋 copy color: '#02EDF3'

red 2 ◦ green 237 ◦ blue 243

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

Shades of Aqua #02EDF3

Tints of Aqua #02EDF3

RGB

 RED value IS 2 (1.17% from 255) = 0.41%

 GREEN value IS 237 (92.97% from 255) = 49.17%

 BLUE value IS 243 (95.31% from 255) = 50.41%

R = 0.41%
G = 49.17%
B = 50.41%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#02EDF3 (or 0x02EDF3) is known color: Aqua. HEX triplet: 02, ED and F3. RGB value is (2,237,243). Sum of RGB (Red+Green+Blue) = 2+237+243=482 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #02EDF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EDF3 is #FD120C. Grayscale: #A7A7A7. Windows color (decimal): -16585229 or 15985922. OLE color: 15985922.

HSL color Cylindrical-coordinate representation of color #02EDF3: hue angle of 181.49º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EDF3 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 237 243 -
CMYK 0.99 0.02 0 0.05
HSL 181.49º 0.98% 0.48% -
HSV(B) 181.49º 0.99% 0.95% -
XYZ 46.49 67.05 95.29 -
YUV 167.42 170.64 10.01 -
System Red Green Blue C M Y K H S L
Decimal 2 237 243 0.99 0.02 0 0.05 181.49 0.98 0.48
Hex 2 ED F3 63 2 0 5 B5 62 30
Octal 2 355 363 143 2 0 5 265 142 60
Binary 10 11101101 11110011 1100011 10 0 101 10110101 1100010 110000

Color Harmonies of #02EDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EDF3

Black with #02EDF3

Text Example


Text Example

White with #02EDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02EDF3; }

 p { color: rgb(2,237,243); }

 H1.HeaderClassName
 {
   color: #02EDF3;
 }
 .AnyTagClassName
 {
   color: #02EDF3;
 }
</style>

background-color css

<style>
 a { background-color: #02EDF3; }

 a { background-color: rgb(2,237,243); }

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

border-color css

<style>
 span { border-color: #02EDF3; }

 span { border-color: rgb(2,237,243); }

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