Html Css Color HEX #00EDF9 Aqua

📋 copy color: '#00EDF9'

red 0 ◦ green 237 ◦ blue 249

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

Shades of Aqua #00EDF9

Tints of Aqua #00EDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.23%

R = 0%
G = 48.77%
B = 51.23%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00EDF9 (or 0x00EDF9) is known color: Aqua. HEX triplet: 00, ED and F9. RGB value is (0,237,249). Sum of RGB (Red+Green+Blue) = 0+237+249=486 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #00EDF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EDF9 is #FF1206. Grayscale: #A7A7A7. Windows color (decimal): -16716295 or 16379136. OLE color: 16379136.

HSL color Cylindrical-coordinate representation of color #00EDF9: hue angle of 182.89º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EDF9 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 237 249 -
CMYK 1 0.05 0 0.02
HSL 182.89º 1% 0.49% -
HSV(B) 182.89º 1% 0.98% -
XYZ 47.38 67.41 100.14 -
YUV 167.51 173.98 8.52 -
System Red Green Blue C M Y K H S L
Decimal 0 237 249 1 0.05 0 0.02 182.89 1 0.49
Hex 0 ED F9 64 5 0 2 B7 64 31
Octal 0 355 371 144 5 0 2 267 144 61
Binary 0 11101101 11111001 1100100 101 0 10 10110111 1100100 110001

Color Harmonies of #00EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EDF9

Black with #00EDF9

Text Example


Text Example

White with #00EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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