Html Css Color HEX #1AABDB Summer Sky

📋 copy color: '#1AABDB'

red 26 ◦ green 171 ◦ blue 219

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

Shades of Summer Sky #1AABDB

Tints of Summer Sky #1AABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.11%

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 6.25%
G = 41.11%
B = 52.64%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1AABDB (or 0x1AABDB) is known color: Summer Sky. HEX triplet: 1A, AB and DB. RGB value is (26,171,219). Sum of RGB (Red+Green+Blue) = 26+171+219=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AABDB is #E55424. Grayscale: #848484. Windows color (decimal): -15029285 or 14396186. OLE color: 14396186.

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

Color convert

RGB 26 171 219 -
CMYK 0.88 0.22 0 0.14
HSL 194.92º 0.79% 0.48% -
HSV(B) 194.92º 0.88% 0.86% -
XYZ 27.78 34.46 72.21 -
YUV 133.12 176.46 51.6 -
System Red Green Blue C M Y K H S L
Decimal 26 171 219 0.88 0.22 0 0.14 194.92 0.79 0.48
Hex 1A AB DB 58 16 0 E C3 4F 30
Octal 32 253 333 130 26 0 16 303 117 60
Binary 11010 10101011 11011011 1011000 10110 0 1110 11000011 1001111 110000

Color Harmonies of #1AABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AABDB

Black with #1AABDB

Text Example


Text Example

White with #1AABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,171,219); }

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

background-color css

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

 a { background-color: rgb(26,171,219); }

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

border-color css

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

 span { border-color: rgb(26,171,219); }

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