#1EB0D7

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

Shades of Summer Sky #1EB0D7

Tints of Summer Sky #1EB0D7

Color information

#1EB0D7 (or 0x1EB0D7) is unknown color: approx Summer Sky. HEX triplet: 1E, B0 and D7. RGB value is (30,176,215). Sum of RGB (Red+Green+Blue) = 30+176+215=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #1EB0D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EB0D7 is #E14F28. Grayscale: #888888. Windows color (decimal): -14765865 or 14135326. OLE color: 14135326.

HSL color Cylindrical-coordinate representation of color #1EB0D7: hue angle of 192.65º degrees, saturation: 0.76, 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 #1EB0D7 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB30176215-
CMYK0.860.1800.16
HSL192.65º75.51%48.04%-
HSV(B)192.65º86.05%84.31%-
XYZ28.3336.2369.79-
YUV136.79172.1351.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.13%
GREEN value IS 176 (69.14% from 255) = 41.81%
BLUE value IS 215 (84.38% from 255) = 51.07%
R=7.13%
G=41.81%
B=51.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal301762150.860.1800.16192.6575.5148.04
Hex1EB0D75612010c14c30
Octal362603271262202030111460
Binary111101011000011010111101011010010010000110000011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,176,215); }

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

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

 a { background-color: rgb(30,176,215); }

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

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

 span { border-color: rgb(30,176,215); }

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