Html Css Color HEX #15FAFF Aqua

📋 copy color: '#15FAFF'

red 21 ◦ green 250 ◦ blue 255

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

Shades of Aqua #15FAFF

Tints of Aqua #15FAFF

RGB

 RED value IS 21 (8.59% from 255) = 3.99%

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

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

R = 3.99%
G = 47.53%
B = 48.48%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#15FAFF (or 0x15FAFF) is known color: Aqua. HEX triplet: 15, FA and FF. RGB value is (21,250,255). Sum of RGB (Red+Green+Blue) = 21+250+255=526 (69% of max value = 765). Red value is 21 (8.59% from 255 or 3.99% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #15FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FAFF is #EA0500. Grayscale: #B5B5B5. Windows color (decimal): -15336705 or 16775701. OLE color: 16775701.

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

Color convert

RGB 21 250 255 -
CMYK 0.92 0.02 0 0
HSL 181.28º 1% 0.54% -
HSV(B) 181.28º 0.92% 1% -
XYZ 52.54 75.75 106.46 -
YUV 182.1 169.13 13.09 -
System Red Green Blue C M Y K H S L
Decimal 21 250 255 0.92 0.02 0 0 181.28 1 0.54
Hex 15 FA FF 5C 2 0 0 B5 64 36
Octal 25 372 377 134 2 0 0 265 144 66
Binary 10101 11111010 11111111 1011100 10 0 0 10110101 1100100 110110

Color Harmonies of #15FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FAFF

Black with #15FAFF

Text Example


Text Example

White with #15FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15FAFF; }

 p { color: rgb(21,250,255); }

 H1.HeaderClassName
 {
   color: #15FAFF;
 }
 .AnyTagClassName
 {
   color: #15FAFF;
 }
</style>

background-color css

<style>
 a { background-color: #15FAFF; }

 a { background-color: rgb(21,250,255); }

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

border-color css

<style>
 span { border-color: #15FAFF; }

 span { border-color: rgb(21,250,255); }

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