Html Css Color HEX #1DA5D7 Summer Sky

📋 copy color: '#1DA5D7'

red 29 ◦ green 165 ◦ blue 215

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

Shades of Summer Sky #1DA5D7

Tints of Summer Sky #1DA5D7

RGB

 RED value IS 29 (11.72% from 255) = 7.09%

 GREEN value IS 165 (64.84% from 255) = 40.34%

 BLUE value IS 215 (84.38% from 255) = 52.57%

R = 7.09%
G = 40.34%
B = 52.57%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1DA5D7 (or 0x1DA5D7) is known color: Summer Sky. HEX triplet: 1D, A5 and D7. RGB value is (29,165,215). Sum of RGB (Red+Green+Blue) = 29+165+215=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #1DA5D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA5D7 is #E25A28. Grayscale: #818181. Windows color (decimal): -14834217 or 14132509. OLE color: 14132509.

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

Color convert

RGB 29 165 215 -
CMYK 0.87 0.23 0 0.16
HSL 196.13º 0.76% 0.48% -
HSV(B) 196.13º 0.87% 0.84% -
XYZ 26.23 32.08 69.1 -
YUV 130.04 175.94 55.93 -
System Red Green Blue C M Y K H S L
Decimal 29 165 215 0.87 0.23 0 0.16 196.13 0.76 0.48
Hex 1D A5 D7 57 17 0 10 C4 4C 30
Octal 35 245 327 127 27 0 20 304 114 60
Binary 11101 10100101 11010111 1010111 10111 0 10000 11000100 1001100 110000

Color Harmonies of #1DA5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA5D7

Black with #1DA5D7

Text Example


Text Example

White with #1DA5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,165,215); }

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

background-color css

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

 a { background-color: rgb(29,165,215); }

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

border-color css

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

 span { border-color: rgb(29,165,215); }

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