Html Css Color HEX #15EFF8 Aqua

📋 copy color: '#15EFF8'

red 21 ◦ green 239 ◦ blue 248

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

Shades of Aqua #15EFF8

Tints of Aqua #15EFF8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.05%

 BLUE value IS 248 (97.27% from 255) = 48.82%

R = 4.13%
G = 47.05%
B = 48.82%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#15EFF8 (or 0x15EFF8) is known color: Aqua. HEX triplet: 15, EF and F8. RGB value is (21,239,248). Sum of RGB (Red+Green+Blue) = 21+239+248=508 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.13% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #15EFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EFF8 is #EA1007. Grayscale: #AEAEAE. Windows color (decimal): -15339528 or 16314133. OLE color: 16314133.

HSL color Cylindrical-coordinate representation of color #15EFF8: hue angle of 182.38º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15EFF8 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 239 248 -
CMYK 0.92 0.04 0 0.03
HSL 182.38º 0.94% 0.53% -
HSV(B) 182.38º 0.92% 0.97% -
XYZ 48.12 68.67 99.53 -
YUV 174.84 169.28 18.27 -
System Red Green Blue C M Y K H S L
Decimal 21 239 248 0.92 0.04 0 0.03 182.38 0.94 0.53
Hex 15 EF F8 5C 4 0 3 B6 5E 35
Octal 25 357 370 134 4 0 3 266 136 65
Binary 10101 11101111 11111000 1011100 100 0 11 10110110 1011110 110101

Color Harmonies of #15EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EFF8

Black with #15EFF8

Text Example


Text Example

White with #15EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,239,248); }

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

background-color css

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

 a { background-color: rgb(21,239,248); }

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

border-color css

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

 span { border-color: rgb(21,239,248); }

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