#1e9bd6

Color #1E9BD6 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1E9BD6

Tints of Summer Sky #1E9BD6

Color information

#1E9BD6 (or 0x1E9BD6) is unknown color: approx Summer Sky. HEX triplet: 1E, 9B and D6. RGB value is (30,155,214). Sum of RGB (Red+Green+Blue) = 30+155+214=399 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.52% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #1E9BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9BD6 is #E16429. Grayscale: #7B7B7B. Windows color (decimal): -14771242 or 14064414. OLE color: 14064414.

HSL color Cylindrical-coordinate representation of color #1E9BD6: hue angle of 199.24º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E9BD6 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB30155214-
CMYK0.860.2800.16
HSL199.24º75.41%47.84%-
HSV(B)199.24º85.98%83.92%-
XYZ24.3928.5767.85-
YUV124.35178.5960.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.52%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 214 (83.98% from 255) = 53.63%
R=7.52%
G=38.85%
B=53.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal301552140.860.2800.16199.2475.4147.84
Hex1E9BD6561C010c74b30
Octal362333261263402030711360
Binary111101001101111010110101011011100010000110001111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e9bd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,155,214); }

 H1.HeaderClassName
 {
   color: #1e9bd6;
 }
 .AnyTagClassName
 {
   color: #1e9bd6;
 }
</style>
background-color css

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

 a { background-color: rgb(30,155,214); }

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

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

 span { border-color: rgb(30,155,214); }

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