Html Css Color HEX #1DADF1 Summer Sky

📋 copy color: '#1DADF1'

red 29 ◦ green 173 ◦ blue 241

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

Shades of Summer Sky #1DADF1

Tints of Summer Sky #1DADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.05%

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

R = 6.55%
G = 39.05%
B = 54.4%

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

#1DADF1 (or 0x1DADF1) is known color: Summer Sky. HEX triplet: 1D, AD and F1. RGB value is (29,173,241). Sum of RGB (Red+Green+Blue) = 29+173+241=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DADF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DADF1 is #E2520E. Grayscale: #898989. Windows color (decimal): -14832143 or 15838493. OLE color: 15838493.

HSL color Cylindrical-coordinate representation of color #1DADF1: hue angle of 199.25º 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 #1DADF1 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 173 241 -
CMYK 0.88 0.28 0 0.05
HSL 199.25º 0.88% 0.53% -
HSV(B) 199.25º 0.88% 0.95% -
XYZ 31.33 36.5 88.61 -
YUV 137.7 186.29 50.47 -
System Red Green Blue C M Y K H S L
Decimal 29 173 241 0.88 0.28 0 0.05 199.25 0.88 0.53
Hex 1D AD F1 58 1C 0 5 C7 58 35
Octal 35 255 361 130 34 0 5 307 130 65
Binary 11101 10101101 11110001 1011000 11100 0 101 11000111 1011000 110101

Color Harmonies of #1DADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DADF1

Black with #1DADF1

Text Example


Text Example

White with #1DADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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