Html Css Color HEX #10EDF9 Aqua

📋 copy color: '#10EDF9'

red 16 ◦ green 237 ◦ blue 249

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

Shades of Aqua #10EDF9

Tints of Aqua #10EDF9

RGB

 RED value IS 16 (6.64% from 255) = 3.19%

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

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

R = 3.19%
G = 47.21%
B = 49.6%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10EDF9 (or 0x10EDF9) is known color: Aqua. HEX triplet: 10, ED and F9. RGB value is (16,237,249). Sum of RGB (Red+Green+Blue) = 16+237+249=502 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.19% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #10EDF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EDF9 is #EF1206. Grayscale: #ACACAC. Windows color (decimal): -15667719 or 16379152. OLE color: 16379152.

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

Color convert

RGB 16 237 249 -
CMYK 0.94 0.05 0 0.02
HSL 183.09º 0.95% 0.52% -
HSV(B) 183.09º 0.94% 0.98% -
XYZ 47.6 67.52 100.15 -
YUV 172.29 171.28 16.52 -
System Red Green Blue C M Y K H S L
Decimal 16 237 249 0.94 0.05 0 0.02 183.09 0.95 0.52
Hex 10 ED F9 5E 5 0 2 B7 5F 34
Octal 20 355 371 136 5 0 2 267 137 64
Binary 10000 11101101 11111001 1011110 101 0 10 10110111 1011111 110100

Color Harmonies of #10EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EDF9

Black with #10EDF9

Text Example


Text Example

White with #10EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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