Html Css Color HEX #1DAEF1 Summer Sky

📋 copy color: '#1DAEF1'

red 29 ◦ green 174 ◦ blue 241

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

Shades of Summer Sky #1DAEF1

Tints of Summer Sky #1DAEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.28%

R = 6.53%
G = 39.19%
B = 54.28%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1DAEF1 (or 0x1DAEF1) is known color: Summer Sky. HEX triplet: 1D, AE and F1. RGB value is (29,174,241). Sum of RGB (Red+Green+Blue) = 29+174+241=444 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.53% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DAEF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAEF1 is #E2510E. Grayscale: #898989. Windows color (decimal): -14831887 or 15838749. OLE color: 15838749.

HSL color Cylindrical-coordinate representation of color #1DAEF1: hue angle of 198.96º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DAEF1 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 174 241 -
CMYK 0.88 0.28 0 0.05
HSL 198.96º 0.88% 0.53% -
HSV(B) 198.96º 0.88% 0.95% -
XYZ 31.52 36.88 88.68 -
YUV 138.28 185.96 50.05 -
System Red Green Blue C M Y K H S L
Decimal 29 174 241 0.88 0.28 0 0.05 198.96 0.88 0.53
Hex 1D AE F1 58 1C 0 5 C7 58 35
Octal 35 256 361 130 34 0 5 307 130 65
Binary 11101 10101110 11110001 1011000 11100 0 101 11000111 1011000 110101

Color Harmonies of #1DAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAEF1

Black with #1DAEF1

Text Example


Text Example

White with #1DAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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