#1CBBE0

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

Shades of Summer Sky #1CBBE0

Tints of Summer Sky #1CBBE0

Color information

#1CBBE0 (or 0x1CBBE0) is unknown color: approx Summer Sky. HEX triplet: 1C, BB and E0. RGB value is (28,187,224). Sum of RGB (Red+Green+Blue) = 28+187+224=439 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.38% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #1CBBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBE0 is #E3441F. Grayscale: #8F8F8F. Windows color (decimal): -14894112 or 14727964. OLE color: 14727964.

HSL color Cylindrical-coordinate representation of color #1CBBE0: hue angle of 191.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBBE0 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB28187224-
CMYK0.880.1700.12
HSL191.33º77.78%49.41%-
HSV(B)191.33º87.5%87.84%-
XYZ31.741.1776.8-
YUV143.68173.3245.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.38%
GREEN value IS 187 (73.44% from 255) = 42.60%
BLUE value IS 224 (87.89% from 255) = 51.03%
R=6.38%
G=42.60%
B=51.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal281872240.880.1700.12191.3377.7849.41
Hex1CBBE058110Cbf4e31
Octal342733401302101427711661
Binary11100101110111110000010110001000101100101111111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,187,224); }

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

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

 a { background-color: rgb(28,187,224); }

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

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

 span { border-color: rgb(28,187,224); }

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