Html Css Color HEX #1AACDB Summer Sky

📋 copy color: '#1AACDB'

red 26 ◦ green 172 ◦ blue 219

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

Shades of Summer Sky #1AACDB

Tints of Summer Sky #1AACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

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

R = 6.24%
G = 41.25%
B = 52.52%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1AACDB (or 0x1AACDB) is known color: Summer Sky. HEX triplet: 1A, AC and DB. RGB value is (26,172,219). Sum of RGB (Red+Green+Blue) = 26+172+219=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACDB is #E55324. Grayscale: #858585. Windows color (decimal): -15029029 or 14396442. OLE color: 14396442.

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

Color convert

RGB 26 172 219 -
CMYK 0.88 0.21 0 0.14
HSL 194.61º 0.79% 0.48% -
HSV(B) 194.61º 0.88% 0.86% -
XYZ 27.96 34.84 72.27 -
YUV 133.7 176.13 51.18 -
System Red Green Blue C M Y K H S L
Decimal 26 172 219 0.88 0.21 0 0.14 194.61 0.79 0.48
Hex 1A AC DB 58 15 0 E C3 4F 30
Octal 32 254 333 130 25 0 16 303 117 60
Binary 11010 10101100 11011011 1011000 10101 0 1110 11000011 1001111 110000

Color Harmonies of #1AACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AACDB

Black with #1AACDB

Text Example


Text Example

White with #1AACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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