Html Css Color HEX #11FAF0 Aqua

📋 copy color: '#11FAF0'

red 17 ◦ green 250 ◦ blue 240

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

Shades of Aqua #11FAF0

Tints of Aqua #11FAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.31%

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 3.35%
G = 49.31%
B = 47.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#11FAF0 (or 0x11FAF0) is known color: Aqua. HEX triplet: 11, FA and F0. RGB value is (17,250,240). Sum of RGB (Red+Green+Blue) = 17+250+240=507 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.35% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FAF0 is #EE050F. Grayscale: #B3B3B3. Windows color (decimal): -15598864 or 15792657. OLE color: 15792657.

HSL color Cylindrical-coordinate representation of color #11FAF0: hue angle of 177.42º 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 #11FAF0 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 250 240 -
CMYK 0.93 0 0.04 0.02
HSL 177.42º 0.96% 0.52% -
HSV(B) 177.42º 0.93% 0.98% -
XYZ 50.14 74.78 94.23 -
YUV 179.19 162.31 12.31 -
System Red Green Blue C M Y K H S L
Decimal 17 250 240 0.93 0 0.04 0.02 177.42 0.96 0.52
Hex 11 FA F0 5D 0 4 2 B1 60 34
Octal 21 372 360 135 0 4 2 261 140 64
Binary 10001 11111010 11110000 1011101 0 100 10 10110001 1100000 110100

Color Harmonies of #11FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FAF0

Black with #11FAF0

Text Example


Text Example

White with #11FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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