Html Css Color HEX #1EEEFD Aqua

📋 copy color: '#1EEEFD'

red 30 ◦ green 238 ◦ blue 253

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

Shades of Aqua #1EEEFD

Tints of Aqua #1EEEFD

RGB

 RED value IS 30 (12.11% from 255) = 5.76%

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 5.76%
G = 45.68%
B = 48.56%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1EEEFD (or 0x1EEEFD) is known color: Aqua. HEX triplet: 1E, EE and FD. RGB value is (30,238,253). Sum of RGB (Red+Green+Blue) = 30+238+253=521 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.76% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EEEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEEFD is #E11102. Grayscale: #B1B1B1. Windows color (decimal): -14749955 or 16641566. OLE color: 16641566.

HSL color Cylindrical-coordinate representation of color #1EEEFD: hue angle of 184.04º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EEEFD is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 238 253 -
CMYK 0.88 0.06 0 0.01
HSL 184.04º 0.98% 0.55% -
HSV(B) 184.04º 0.88% 0.99% -
XYZ 48.84 68.52 103.58 -
YUV 177.52 170.59 22.78 -
System Red Green Blue C M Y K H S L
Decimal 30 238 253 0.88 0.06 0 0.01 184.04 0.98 0.55
Hex 1E EE FD 58 6 0 1 B8 62 37
Octal 36 356 375 130 6 0 1 270 142 67
Binary 11110 11101110 11111101 1011000 110 0 1 10111000 1100010 110111

Color Harmonies of #1EEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEEFD

Black with #1EEEFD

Text Example


Text Example

White with #1EEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EEEFD; }

 p { color: rgb(30,238,253); }

 H1.HeaderClassName
 {
   color: #1EEEFD;
 }
 .AnyTagClassName
 {
   color: #1EEEFD;
 }
</style>

background-color css

<style>
 a { background-color: #1EEEFD; }

 a { background-color: rgb(30,238,253); }

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

border-color css

<style>
 span { border-color: #1EEEFD; }

 span { border-color: rgb(30,238,253); }

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