Html Css Color HEX #1DAFDE Summer Sky

📋 copy color: '#1DAFDE'

red 29 ◦ green 175 ◦ blue 222

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

Shades of Summer Sky #1DAFDE

Tints of Summer Sky #1DAFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 6.81%
G = 41.08%
B = 52.11%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1DAFDE (or 0x1DAFDE) is known color: Summer Sky. HEX triplet: 1D, AF and DE. RGB value is (29,175,222). Sum of RGB (Red+Green+Blue) = 29+175+222=426 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.81% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #1DAFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFDE is #E25021. Grayscale: #888888. Windows color (decimal): -14831650 or 14593821. OLE color: 14593821.

HSL color Cylindrical-coordinate representation of color #1DAFDE: hue angle of 194.61º 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 #1DAFDE is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 175 222 -
CMYK 0.87 0.21 0 0.13
HSL 194.61º 0.77% 0.49% -
HSV(B) 194.61º 0.87% 0.87% -
XYZ 29.02 36.2 74.56 -
YUV 136.7 176.13 51.18 -
System Red Green Blue C M Y K H S L
Decimal 29 175 222 0.87 0.21 0 0.13 194.61 0.77 0.49
Hex 1D AF DE 57 15 0 D C3 4D 31
Octal 35 257 336 127 25 0 15 303 115 61
Binary 11101 10101111 11011110 1010111 10101 0 1101 11000011 1001101 110001

Color Harmonies of #1DAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFDE

Black with #1DAFDE

Text Example


Text Example

White with #1DAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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