Html Css Color HEX #1AEBFD Aqua

📋 copy color: '#1AEBFD'

red 26 ◦ green 235 ◦ blue 253

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

Shades of Aqua #1AEBFD

Tints of Aqua #1AEBFD

RGB

 RED value IS 26 (10.55% from 255) = 5.06%

 GREEN value IS 235 (92.19% from 255) = 45.72%

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

R = 5.06%
G = 45.72%
B = 49.22%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1AEBFD (or 0x1AEBFD) is known color: Aqua. HEX triplet: 1A, EB and FD. RGB value is (26,235,253). Sum of RGB (Red+Green+Blue) = 26+235+253=514 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5.06% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #1AEBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AEBFD is #E51402. Grayscale: #AEAEAE. Windows color (decimal): -15012867 or 16640794. OLE color: 16640794.

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

Color convert

RGB 26 235 253 -
CMYK 0.90 0.07 0 0.01
HSL 184.76º 0.98% 0.55% -
HSV(B) 184.76º 0.9% 0.99% -
XYZ 47.86 66.73 103.29 -
YUV 174.56 172.26 22.04 -
System Red Green Blue C M Y K H S L
Decimal 26 235 253 0.90 0.07 0 0.01 184.76 0.98 0.55
Hex 1A EB FD 5A 7 0 1 B9 62 37
Octal 32 353 375 132 7 0 1 271 142 67
Binary 11010 11101011 11111101 1011010 111 0 1 10111001 1100010 110111

Color Harmonies of #1AEBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEBFD

Black with #1AEBFD

Text Example


Text Example

White with #1AEBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,235,253); }

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

background-color css

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

 a { background-color: rgb(26,235,253); }

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

border-color css

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

 span { border-color: rgb(26,235,253); }

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