Html Css Color HEX #1DADDE Summer Sky

📋 copy color: '#1DADDE'

red 29 ◦ green 173 ◦ blue 222

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

Shades of Summer Sky #1DADDE

Tints of Summer Sky #1DADDE

RGB

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

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

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

R = 6.84%
G = 40.8%
B = 52.36%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1DADDE (or 0x1DADDE) is known color: Summer Sky. HEX triplet: 1D, AD and DE. RGB value is (29,173,222). Sum of RGB (Red+Green+Blue) = 29+173+222=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #1DADDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADDE is #E25221. Grayscale: #878787. Windows color (decimal): -14832162 or 14593309. OLE color: 14593309.

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

Color convert

RGB 29 173 222 -
CMYK 0.87 0.22 0 0.13
HSL 195.23º 0.77% 0.49% -
HSV(B) 195.23º 0.87% 0.87% -
XYZ 28.64 35.42 74.44 -
YUV 135.53 176.79 52.02 -
System Red Green Blue C M Y K H S L
Decimal 29 173 222 0.87 0.22 0 0.13 195.23 0.77 0.49
Hex 1D AD DE 57 16 0 D C3 4D 31
Octal 35 255 336 127 26 0 15 303 115 61
Binary 11101 10101101 11011110 1010111 10110 0 1101 11000011 1001101 110001

Color Harmonies of #1DADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DADDE

Black with #1DADDE

Text Example


Text Example

White with #1DADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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