Html Css Color HEX #00EDF7 Aqua

📋 copy color: '#00EDF7'

red 0 ◦ green 237 ◦ blue 247

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

Shades of Aqua #00EDF7

Tints of Aqua #00EDF7

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 48.97%
B = 51.03%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#00EDF7 (or 0x00EDF7) is known color: Aqua. HEX triplet: 00, ED and F7. RGB value is (0,237,247). Sum of RGB (Red+Green+Blue) = 0+237+247=484 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #00EDF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EDF7 is #FF1208. Grayscale: #A7A7A7. Windows color (decimal): -16716297 or 16248064. OLE color: 16248064.

HSL color Cylindrical-coordinate representation of color #00EDF7: hue angle of 182.43º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EDF7 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 0 237 247 -
CMYK 1 0.04 0 0.03
HSL 182.43º 1% 0.48% -
HSV(B) 182.43º 1% 0.97% -
XYZ 47.07 67.28 98.5 -
YUV 167.28 172.98 8.69 -
System Red Green Blue C M Y K H S L
Decimal 0 237 247 1 0.04 0 0.03 182.43 1 0.48
Hex 0 ED F7 64 4 0 3 B6 64 30
Octal 0 355 367 144 4 0 3 266 144 60
Binary 0 11101101 11110111 1100100 100 0 11 10110110 1100100 110000

Color Harmonies of #00EDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EDF7

Black with #00EDF7

Text Example


Text Example

White with #00EDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EDF7; }

 p { color: rgb(0,237,247); }

 H1.HeaderClassName
 {
   color: #00EDF7;
 }
 .AnyTagClassName
 {
   color: #00EDF7;
 }
</style>

background-color css

<style>
 a { background-color: #00EDF7; }

 a { background-color: rgb(0,237,247); }

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

border-color css

<style>
 span { border-color: #00EDF7; }

 span { border-color: rgb(0,237,247); }

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