Html Css Color HEX #1E9DDB Summer Sky

📋 copy color: '#1E9DDB'

red 30 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #1E9DDB

Tints of Summer Sky #1E9DDB

RGB

 RED value IS 30 (12.11% from 255) = 7.39%

 GREEN value IS 157 (61.72% from 255) = 38.67%

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 7.39%
G = 38.67%
B = 53.94%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E9DDB (or 0x1E9DDB) is known color: Summer Sky. HEX triplet: 1E, 9D and DB. RGB value is (30,157,219). Sum of RGB (Red+Green+Blue) = 30+157+219=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E9DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9DDB is #E16224. Grayscale: #7D7D7D. Windows color (decimal): -14770725 or 14392606. OLE color: 14392606.

HSL color Cylindrical-coordinate representation of color #1E9DDB: hue angle of 199.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E9DDB is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 157 219 -
CMYK 0.86 0.28 0 0.14
HSL 199.68º 0.76% 0.49% -
HSV(B) 199.68º 0.86% 0.86% -
XYZ 25.38 29.5 71.38 -
YUV 126.1 180.42 59.46 -
System Red Green Blue C M Y K H S L
Decimal 30 157 219 0.86 0.28 0 0.14 199.68 0.76 0.49
Hex 1E 9D DB 56 1C 0 E C8 4C 31
Octal 36 235 333 126 34 0 16 310 114 61
Binary 11110 10011101 11011011 1010110 11100 0 1110 11001000 1001100 110001

Color Harmonies of #1E9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9DDB

Black with #1E9DDB

Text Example


Text Example

White with #1E9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,157,219); }

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

background-color css

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

 a { background-color: rgb(30,157,219); }

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

border-color css

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

 span { border-color: rgb(30,157,219); }

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