Html Css Color HEX #1DA5EA Summer Sky

📋 copy color: '#1DA5EA'

red 29 ◦ green 165 ◦ blue 234

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

Shades of Summer Sky #1DA5EA

Tints of Summer Sky #1DA5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.55%

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 6.78%
G = 38.55%
B = 54.67%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1DA5EA (or 0x1DA5EA) is known color: Summer Sky. HEX triplet: 1D, A5 and EA. RGB value is (29,165,234). Sum of RGB (Red+Green+Blue) = 29+165+234=428 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.78% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DA5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA5EA is #E25A15. Grayscale: #838383. Windows color (decimal): -14834198 or 15377693. OLE color: 15377693.

HSL color Cylindrical-coordinate representation of color #1DA5EA: hue angle of 200.2º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA5EA is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 165 234 -
CMYK 0.88 0.29 0 0.08
HSL 200.2º 0.83% 0.52% -
HSV(B) 200.2º 0.88% 0.92% -
XYZ 28.81 33.11 82.71 -
YUV 132.2 185.44 54.39 -
System Red Green Blue C M Y K H S L
Decimal 29 165 234 0.88 0.29 0 0.08 200.2 0.83 0.52
Hex 1D A5 EA 58 1D 0 8 C8 53 34
Octal 35 245 352 130 35 0 10 310 123 64
Binary 11101 10100101 11101010 1011000 11101 0 1000 11001000 1010011 110100

Color Harmonies of #1DA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA5EA

Black with #1DA5EA

Text Example


Text Example

White with #1DA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,165,234); }

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

background-color css

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

 a { background-color: rgb(29,165,234); }

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

border-color css

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

 span { border-color: rgb(29,165,234); }

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