#1EBCDD

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

Shades of Summer Sky #1EBCDD

Tints of Summer Sky #1EBCDD

Color information

#1EBCDD (or 0x1EBCDD) is unknown color: approx Summer Sky. HEX triplet: 1E, BC and DD. RGB value is (30,188,221). Sum of RGB (Red+Green+Blue) = 30+188+221=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EBCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBCDD is #E14322. Grayscale: #909090. Windows color (decimal): -14762787 or 14531614. OLE color: 14531614.

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

Color convert

RGB30188221-
CMYK0.860.1500.13
HSL190.37º76.1%49.22%-
HSV(B)190.37º86.43%86.67%-
XYZ31.5741.4674.75-
YUV144.52171.1546.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.83%
GREEN value IS 188 (73.83% from 255) = 42.82%
BLUE value IS 221 (86.72% from 255) = 50.34%
R=6.83%
G=42.82%
B=50.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301882210.860.1500.13190.3776.149.22
Hex1EBCDD56F0Dbe4c31
Octal362743351261701527611461
Binary1111010111100110111011010110111101101101111101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,188,221); }

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

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

 a { background-color: rgb(30,188,221); }

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

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

 span { border-color: rgb(30,188,221); }

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