Html Css Color HEX #1E96DB Summer Sky

📋 copy color: '#1E96DB'

red 30 ◦ green 150 ◦ blue 219

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

Shades of Summer Sky #1E96DB

Tints of Summer Sky #1E96DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.59%

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

R = 7.52%
G = 37.59%
B = 54.89%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E96DB (or 0x1E96DB) is known color: Summer Sky. HEX triplet: 1E, 96 and DB. RGB value is (30,150,219). Sum of RGB (Red+Green+Blue) = 30+150+219=399 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.52% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E96DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E96DB is #E16924. Grayscale: #797979. Windows color (decimal): -14772517 or 14390814. OLE color: 14390814.

HSL color Cylindrical-coordinate representation of color #1E96DB: hue angle of 201.9º 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 #1E96DB is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 150 219 -
CMYK 0.86 0.32 0 0.14
HSL 201.9º 0.76% 0.49% -
HSV(B) 201.9º 0.86% 0.86% -
XYZ 24.23 27.2 70.99 -
YUV 121.99 182.74 62.39 -
System Red Green Blue C M Y K H S L
Decimal 30 150 219 0.86 0.32 0 0.14 201.9 0.76 0.49
Hex 1E 96 DB 56 20 0 E CA 4C 31
Octal 36 226 333 126 40 0 16 312 114 61
Binary 11110 10010110 11011011 1010110 100000 0 1110 11001010 1001100 110001

Color Harmonies of #1E96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E96DB

Black with #1E96DB

Text Example


Text Example

White with #1E96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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