Html Css Color HEX #18EEF9 Aqua

📋 copy color: '#18EEF9'

red 24 ◦ green 238 ◦ blue 249

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

Shades of Aqua #18EEF9

Tints of Aqua #18EEF9

RGB

 RED value IS 24 (9.77% from 255) = 4.7%

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

 BLUE value IS 249 (97.66% from 255) = 48.73%

R = 4.7%
G = 46.58%
B = 48.73%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18EEF9 (or 0x18EEF9) is known color: Aqua. HEX triplet: 18, EE and F9. RGB value is (24,238,249). Sum of RGB (Red+Green+Blue) = 24+238+249=511 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.70% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #18EEF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EEF9 is #E71106. Grayscale: #AFAFAF. Windows color (decimal): -15143175 or 16379416. OLE color: 16379416.

HSL color Cylindrical-coordinate representation of color #18EEF9: hue angle of 182.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EEF9 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 238 249 -
CMYK 0.90 0.04 0 0.02
HSL 182.93º 0.95% 0.54% -
HSV(B) 182.93º 0.9% 0.98% -
XYZ 48.05 68.18 100.25 -
YUV 175.27 169.6 20.11 -
System Red Green Blue C M Y K H S L
Decimal 24 238 249 0.90 0.04 0 0.02 182.93 0.95 0.54
Hex 18 EE F9 5A 4 0 2 B7 5F 36
Octal 30 356 371 132 4 0 2 267 137 66
Binary 11000 11101110 11111001 1011010 100 0 10 10110111 1011111 110110

Color Harmonies of #18EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EEF9

Black with #18EEF9

Text Example


Text Example

White with #18EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18EEF9; }

 p { color: rgb(24,238,249); }

 H1.HeaderClassName
 {
   color: #18EEF9;
 }
 .AnyTagClassName
 {
   color: #18EEF9;
 }
</style>

background-color css

<style>
 a { background-color: #18EEF9; }

 a { background-color: rgb(24,238,249); }

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

border-color css

<style>
 span { border-color: #18EEF9; }

 span { border-color: rgb(24,238,249); }

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