Html Css Color HEX #1DABE0 Summer Sky

📋 copy color: '#1DABE0'

red 29 ◦ green 171 ◦ blue 224

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

Shades of Summer Sky #1DABE0

Tints of Summer Sky #1DABE0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.33%

 BLUE value IS 224 (87.89% from 255) = 52.83%

R = 6.84%
G = 40.33%
B = 52.83%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1DABE0 (or 0x1DABE0) is known color: Summer Sky. HEX triplet: 1D, AB and E0. RGB value is (29,171,224). Sum of RGB (Red+Green+Blue) = 29+171+224=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #1DABE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABE0 is #E2541F. Grayscale: #868686. Windows color (decimal): -14832672 or 14723869. OLE color: 14723869.

HSL color Cylindrical-coordinate representation of color #1DABE0: hue angle of 196.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DABE0 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 29 171 224 -
CMYK 0.87 0.24 0 0.12
HSL 196.31º 0.77% 0.5% -
HSV(B) 196.31º 0.87% 0.88% -
XYZ 28.52 34.77 75.73 -
YUV 134.58 178.46 52.69 -
System Red Green Blue C M Y K H S L
Decimal 29 171 224 0.87 0.24 0 0.12 196.31 0.77 0.5
Hex 1D AB E0 57 18 0 C C4 4D 32
Octal 35 253 340 127 30 0 14 304 115 62
Binary 11101 10101011 11100000 1010111 11000 0 1100 11000100 1001101 110010

Color Harmonies of #1DABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DABE0

Black with #1DABE0

Text Example


Text Example

White with #1DABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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