#1A9CDC

Color #1A9CDC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1A9CDC

Tints of Summer Sky #1A9CDC

Color information

#1A9CDC (or 0x1A9CDC) is unknown color: approx Summer Sky. HEX triplet: 1A, 9C and DC. RGB value is (26,156,220). Sum of RGB (Red+Green+Blue) = 26+156+220=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A9CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9CDC is #E56323. Grayscale: #7C7C7C. Windows color (decimal): -15033124 or 14457882. OLE color: 14457882.

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

Color convert

RGB26156220-
CMYK0.880.2900.14
HSL199.79º78.86%48.24%-
HSV(B)199.79º88.18%86.27%-
XYZ25.2329.1672.01-
YUV124.43181.9357.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.47%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 220 (86.33% from 255) = 54.73%
R=6.47%
G=38.81%
B=54.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal261562200.880.2900.14199.7978.8648.24
Hex1A9CDC581D0Ec84f30
Octal322343341303501631011760
Binary11010100111001101110010110001110101110110010001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,156,220); }

 H1.HeaderClassName
 {
   color: #1A9CDC;
 }
 .AnyTagClassName
 {
   color: #1A9CDC;
 }
</style>
background-color css

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

 a { background-color: rgb(26,156,220); }

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

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

 span { border-color: rgb(26,156,220); }

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