Html Css Color HEX #1AA4DA Summer Sky

📋 copy color: '#1AA4DA'

red 26 ◦ green 164 ◦ blue 218

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

Shades of Summer Sky #1AA4DA

Tints of Summer Sky #1AA4DA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 6.37%
G = 40.2%
B = 53.43%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1AA4DA (or 0x1AA4DA) is known color: Summer Sky. HEX triplet: 1A, A4 and DA. RGB value is (26,164,218). Sum of RGB (Red+Green+Blue) = 26+164+218=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #1AA4DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA4DA is #E55B25. Grayscale: #808080. Windows color (decimal): -15031078 or 14328858. OLE color: 14328858.

HSL color Cylindrical-coordinate representation of color #1AA4DA: hue angle of 196.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AA4DA is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 164 218 -
CMYK 0.88 0.25 0 0.15
HSL 196.88º 0.79% 0.48% -
HSV(B) 196.88º 0.88% 0.85% -
XYZ 26.36 31.83 71.08 -
YUV 128.89 178.28 54.61 -
System Red Green Blue C M Y K H S L
Decimal 26 164 218 0.88 0.25 0 0.15 196.88 0.79 0.48
Hex 1A A4 DA 58 19 0 F C5 4F 30
Octal 32 244 332 130 31 0 17 305 117 60
Binary 11010 10100100 11011010 1011000 11001 0 1111 11000101 1001111 110000

Color Harmonies of #1AA4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA4DA

Black with #1AA4DA

Text Example


Text Example

White with #1AA4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,164,218); }

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

background-color css

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

 a { background-color: rgb(26,164,218); }

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

border-color css

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

 span { border-color: rgb(26,164,218); }

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