Html Css Color HEX #11F9FF Aqua

📋 copy color: '#11F9FF'

red 17 ◦ green 249 ◦ blue 255

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

Shades of Aqua #11F9FF

Tints of Aqua #11F9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.79%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 3.26%
G = 47.79%
B = 48.94%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11F9FF (or 0x11F9FF) is known color: Aqua. HEX triplet: 11, F9 and FF. RGB value is (17,249,255). Sum of RGB (Red+Green+Blue) = 17+249+255=521 (69% of max value = 765). Red value is 17 (7.03% from 255 or 3.26% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #11F9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11F9FF is #EE0600. Grayscale: #B4B4B4. Windows color (decimal): -15599105 or 16775441. OLE color: 16775441.

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

Color convert

RGB 17 249 255 -
CMYK 0.93 0.02 0 0
HSL 181.51º 1% 0.53% -
HSV(B) 181.51º 0.93% 1% -
XYZ 52.16 75.09 106.35 -
YUV 180.32 170.14 11.51 -
System Red Green Blue C M Y K H S L
Decimal 17 249 255 0.93 0.02 0 0 181.51 1 0.53
Hex 11 F9 FF 5D 2 0 0 B6 64 35
Octal 21 371 377 135 2 0 0 266 144 65
Binary 10001 11111001 11111111 1011101 10 0 0 10110110 1100100 110101

Color Harmonies of #11F9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F9FF

Black with #11F9FF

Text Example


Text Example

White with #11F9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,249,255); }

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

background-color css

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

 a { background-color: rgb(17,249,255); }

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

border-color css

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

 span { border-color: rgb(17,249,255); }

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