Html Css Color HEX #11EDFD Aqua

📋 copy color: '#11EDFD'

red 17 ◦ green 237 ◦ blue 253

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

Shades of Aqua #11EDFD

Tints of Aqua #11EDFD

RGB

 RED value IS 17 (7.03% from 255) = 3.35%

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

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 3.35%
G = 46.75%
B = 49.9%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#11EDFD (or 0x11EDFD) is known color: Aqua. HEX triplet: 11, ED and FD. RGB value is (17,237,253). Sum of RGB (Red+Green+Blue) = 17+237+253=507 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.35% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #11EDFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EDFD is #EE1202. Grayscale: #ACACAC. Windows color (decimal): -15602179 or 16641297. OLE color: 16641297.

HSL color Cylindrical-coordinate representation of color #11EDFD: hue angle of 184.07º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EDFD is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 237 253 -
CMYK 0.93 0.06 0 0.01
HSL 184.07º 0.98% 0.53% -
HSV(B) 184.07º 0.93% 0.99% -
XYZ 48.24 67.78 103.47 -
YUV 173.04 173.11 16.7 -
System Red Green Blue C M Y K H S L
Decimal 17 237 253 0.93 0.06 0 0.01 184.07 0.98 0.53
Hex 11 ED FD 5D 6 0 1 B8 62 35
Octal 21 355 375 135 6 0 1 270 142 65
Binary 10001 11101101 11111101 1011101 110 0 1 10111000 1100010 110101

Color Harmonies of #11EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EDFD

Black with #11EDFD

Text Example


Text Example

White with #11EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11EDFD; }

 p { color: rgb(17,237,253); }

 H1.HeaderClassName
 {
   color: #11EDFD;
 }
 .AnyTagClassName
 {
   color: #11EDFD;
 }
</style>

background-color css

<style>
 a { background-color: #11EDFD; }

 a { background-color: rgb(17,237,253); }

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

border-color css

<style>
 span { border-color: #11EDFD; }

 span { border-color: rgb(17,237,253); }

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