#1CB4EC

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

Shades of Summer Sky #1CB4EC

Tints of Summer Sky #1CB4EC

Color information

#1CB4EC (or 0x1CB4EC) is unknown color: approx Summer Sky. HEX triplet: 1C, B4 and EC. RGB value is (28,180,236). Sum of RGB (Red+Green+Blue) = 28+180+236=444 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.31% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #1CB4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB4EC is #E34B13. Grayscale: #8C8C8C. Windows color (decimal): -14895892 or 15512604. OLE color: 15512604.

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

Color convert

RGB28180236-
CMYK0.880.2400.07
HSL196.15º84.55%51.76%-
HSV(B)196.15º88.14%92.55%-
XYZ31.9438.9585.19-
YUV140.94181.6447.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.31%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 236 (92.58% from 255) = 53.15%
R=6.31%
G=40.54%
B=53.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal281802360.880.2400.07196.1584.5551.76
Hex1CB4EC581807c45534
Octal34264354130300730412564
Binary1110010110100111011001011000110000111110001001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,180,236); }

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

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

 a { background-color: rgb(28,180,236); }

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

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

 span { border-color: rgb(28,180,236); }

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