Html Css Color HEX #11EEFA Aqua

📋 copy color: '#11EEFA'

red 17 ◦ green 238 ◦ blue 250

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

Shades of Aqua #11EEFA

Tints of Aqua #11EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.13%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 3.37%
G = 47.13%
B = 49.5%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11EEFA (or 0x11EEFA) is known color: Aqua. HEX triplet: 11, EE and FA. RGB value is (17,238,250). Sum of RGB (Red+Green+Blue) = 17+238+250=505 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.37% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #11EEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EEFA is #EE1105. Grayscale: #ADADAD. Windows color (decimal): -15601926 or 16444945. OLE color: 16444945.

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

Color convert

RGB 17 238 250 -
CMYK 0.93 0.05 0 0.02
HSL 183.09º 0.96% 0.52% -
HSV(B) 183.09º 0.93% 0.98% -
XYZ 48.06 68.17 101.07 -
YUV 173.29 171.28 16.52 -
System Red Green Blue C M Y K H S L
Decimal 17 238 250 0.93 0.05 0 0.02 183.09 0.96 0.52
Hex 11 EE FA 5D 5 0 2 B7 60 34
Octal 21 356 372 135 5 0 2 267 140 64
Binary 10001 11101110 11111010 1011101 101 0 10 10110111 1100000 110100

Color Harmonies of #11EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EEFA

Black with #11EEFA

Text Example


Text Example

White with #11EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,238,250); }

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

background-color css

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

 a { background-color: rgb(17,238,250); }

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

border-color css

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

 span { border-color: rgb(17,238,250); }

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