Html Css Color HEX #1DB1EA Summer Sky

📋 copy color: '#1DB1EA'

red 29 ◦ green 177 ◦ blue 234

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

Shades of Summer Sky #1DB1EA

Tints of Summer Sky #1DB1EA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.23%

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

R = 6.59%
G = 40.23%
B = 53.18%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1DB1EA (or 0x1DB1EA) is known color: Summer Sky. HEX triplet: 1D, B1 and EA. RGB value is (29,177,234). Sum of RGB (Red+Green+Blue) = 29+177+234=440 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.59% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DB1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB1EA is #E24E15. Grayscale: #8A8A8A. Windows color (decimal): -14831126 or 15380765. OLE color: 15380765.

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

Color convert

RGB 29 177 234 -
CMYK 0.88 0.24 0 0.08
HSL 196.68º 0.83% 0.52% -
HSV(B) 196.68º 0.88% 0.92% -
XYZ 31.08 37.65 83.47 -
YUV 139.25 181.47 49.37 -
System Red Green Blue C M Y K H S L
Decimal 29 177 234 0.88 0.24 0 0.08 196.68 0.83 0.52
Hex 1D B1 EA 58 18 0 8 C5 53 34
Octal 35 261 352 130 30 0 10 305 123 64
Binary 11101 10110001 11101010 1011000 11000 0 1000 11000101 1010011 110100

Color Harmonies of #1DB1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB1EA

Black with #1DB1EA

Text Example


Text Example

White with #1DB1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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