#1DABD8

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

Shades of Summer Sky #1DABD8

Tints of Summer Sky #1DABD8

Color information

#1DABD8 (or 0x1DABD8) is unknown color: approx Summer Sky. HEX triplet: 1D, AB and D8. RGB value is (29,171,216). Sum of RGB (Red+Green+Blue) = 29+171+216=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #1DABD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABD8 is #E25427. Grayscale: #858585. Windows color (decimal): -14832680 or 14199581. OLE color: 14199581.

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

Color convert

RGB29171216-
CMYK0.870.2100.15
HSL194.44º76.33%48.04%-
HSV(B)194.44º86.57%84.71%-
XYZ27.4634.3470.15-
YUV133.67174.4653.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.97%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 216 (84.77% from 255) = 51.92%
R=6.97%
G=41.11%
B=51.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal291712160.870.2100.15194.4476.3348.04
Hex1DABD857150Fc24c30
Octal352533301272501730211460
Binary11101101010111101100010101111010101111110000101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,171,216); }

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

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

 a { background-color: rgb(29,171,216); }

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

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

 span { border-color: rgb(29,171,216); }

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