Html Css Color HEX #1AADDA Summer Sky

📋 copy color: '#1AADDA'

red 26 ◦ green 173 ◦ blue 218

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

Shades of Summer Sky #1AADDA

Tints of Summer Sky #1AADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.49%

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

R = 6.24%
G = 41.49%
B = 52.28%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1AADDA (or 0x1AADDA) is known color: Summer Sky. HEX triplet: 1A, AD and DA. RGB value is (26,173,218). Sum of RGB (Red+Green+Blue) = 26+173+218=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #1AADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADDA is #E55225. Grayscale: #858585. Windows color (decimal): -15028774 or 14331162. OLE color: 14331162.

HSL color Cylindrical-coordinate representation of color #1AADDA: hue angle of 194.06º 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 #1AADDA is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 173 218 -
CMYK 0.88 0.21 0 0.15
HSL 194.06º 0.79% 0.48% -
HSV(B) 194.06º 0.88% 0.85% -
XYZ 28.02 35.17 71.64 -
YUV 134.18 175.3 50.84 -
System Red Green Blue C M Y K H S L
Decimal 26 173 218 0.88 0.21 0 0.15 194.06 0.79 0.48
Hex 1A AD DA 58 15 0 F C2 4F 30
Octal 32 255 332 130 25 0 17 302 117 60
Binary 11010 10101101 11011010 1011000 10101 0 1111 11000010 1001111 110000

Color Harmonies of #1AADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AADDA

Black with #1AADDA

Text Example


Text Example

White with #1AADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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