Html Css Color HEX #1DAFF1 Summer Sky

📋 copy color: '#1DAFF1'

red 29 ◦ green 175 ◦ blue 241

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

Shades of Summer Sky #1DAFF1

Tints of Summer Sky #1DAFF1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.33%

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

R = 6.52%
G = 39.33%
B = 54.16%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1DAFF1 (or 0x1DAFF1) is known color: Summer Sky. HEX triplet: 1D, AF and F1. RGB value is (29,175,241). Sum of RGB (Red+Green+Blue) = 29+175+241=445 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.52% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DAFF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAFF1 is #E2500E. Grayscale: #8A8A8A. Windows color (decimal): -14831631 or 15839005. OLE color: 15839005.

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

Color convert

RGB 29 175 241 -
CMYK 0.88 0.27 0 0.05
HSL 198.68º 0.88% 0.53% -
HSV(B) 198.68º 0.88% 0.95% -
XYZ 31.71 37.27 88.74 -
YUV 138.87 185.63 49.63 -
System Red Green Blue C M Y K H S L
Decimal 29 175 241 0.88 0.27 0 0.05 198.68 0.88 0.53
Hex 1D AF F1 58 1B 0 5 C7 58 35
Octal 35 257 361 130 33 0 5 307 130 65
Binary 11101 10101111 11110001 1011000 11011 0 101 11000111 1011000 110101

Color Harmonies of #1DAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFF1

Black with #1DAFF1

Text Example


Text Example

White with #1DAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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