Html Css Color HEX #1DAEDF Summer Sky

📋 copy color: '#1DAEDF'

red 29 ◦ green 174 ◦ blue 223

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

Shades of Summer Sky #1DAEDF

Tints of Summer Sky #1DAEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.85%

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 6.81%
G = 40.85%
B = 52.35%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1DAEDF (or 0x1DAEDF) is known color: Summer Sky. HEX triplet: 1D, AE and DF. RGB value is (29,174,223). Sum of RGB (Red+Green+Blue) = 29+174+223=426 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.81% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #1DAEDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAEDF is #E25120. Grayscale: #878787. Windows color (decimal): -14831905 or 14659101. OLE color: 14659101.

HSL color Cylindrical-coordinate representation of color #1DAEDF: hue angle of 195.15º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DAEDF is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 174 223 -
CMYK 0.87 0.22 0 0.13
HSL 195.15º 0.77% 0.49% -
HSV(B) 195.15º 0.87% 0.87% -
XYZ 28.96 35.86 75.21 -
YUV 136.23 176.96 51.52 -
System Red Green Blue C M Y K H S L
Decimal 29 174 223 0.87 0.22 0 0.13 195.15 0.77 0.49
Hex 1D AE DF 57 16 0 D C3 4D 31
Octal 35 256 337 127 26 0 15 303 115 61
Binary 11101 10101110 11011111 1010111 10110 0 1101 11000011 1001101 110001

Color Harmonies of #1DAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAEDF

Black with #1DAEDF

Text Example


Text Example

White with #1DAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,174,223); }

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

background-color css

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

 a { background-color: rgb(29,174,223); }

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

border-color css

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

 span { border-color: rgb(29,174,223); }

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