Html Css Color HEX #10ECF9 Aqua

📋 copy color: '#10ECF9'

red 16 ◦ green 236 ◦ blue 249

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

Shades of Aqua #10ECF9

Tints of Aqua #10ECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.11%

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

R = 3.19%
G = 47.11%
B = 49.7%

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

#10ECF9 (or 0x10ECF9) is known color: Aqua. HEX triplet: 10, EC and F9. RGB value is (16,236,249). Sum of RGB (Red+Green+Blue) = 16+236+249=501 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.19% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #10ECF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10ECF9 is #EF1306. Grayscale: #ABABAB. Windows color (decimal): -15667975 or 16378896. OLE color: 16378896.

HSL color Cylindrical-coordinate representation of color #10ECF9: hue angle of 183.35º 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 #10ECF9 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 236 249 -
CMYK 0.94 0.05 0 0.02
HSL 183.35º 0.95% 0.52% -
HSV(B) 183.35º 0.94% 0.98% -
XYZ 47.31 66.94 100.05 -
YUV 171.7 171.61 16.94 -
System Red Green Blue C M Y K H S L
Decimal 16 236 249 0.94 0.05 0 0.02 183.35 0.95 0.52
Hex 10 EC F9 5E 5 0 2 B7 5F 34
Octal 20 354 371 136 5 0 2 267 137 64
Binary 10000 11101100 11111001 1011110 101 0 10 10110111 1011111 110100

Color Harmonies of #10ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ECF9

Black with #10ECF9

Text Example


Text Example

White with #10ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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