#1EBCEC

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

Shades of Summer Sky #1EBCEC

Tints of Summer Sky #1EBCEC

Color information

#1EBCEC (or 0x1EBCEC) is unknown color: approx Summer Sky. HEX triplet: 1E, BC and EC. RGB value is (30,188,236). Sum of RGB (Red+Green+Blue) = 30+188+236=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #1EBCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBCEC is #E14313. Grayscale: #919191. Windows color (decimal): -14762772 or 15514654. OLE color: 15514654.

HSL color Cylindrical-coordinate representation of color #1EBCEC: hue angle of 193.98º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBCEC is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB30188236-
CMYK0.870.2000.07
HSL193.98º84.43%52.16%-
HSV(B)193.98º87.29%92.55%-
XYZ33.6642.385.75-
YUV146.23178.6545.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.61%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 236 (92.58% from 255) = 51.98%
R=6.61%
G=41.41%
B=51.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal301882360.870.2000.07193.9884.4352.16
Hex1EBCEC571407c25434
Octal36274354127240730212464
Binary1111010111100111011001010111101000111110000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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