#1CB6DD

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

Shades of Summer Sky #1CB6DD

Tints of Summer Sky #1CB6DD

Color information

#1CB6DD (or 0x1CB6DD) is unknown color: approx Summer Sky. HEX triplet: 1C, B6 and DD. RGB value is (28,182,221). Sum of RGB (Red+Green+Blue) = 28+182+221=431 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.50% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CB6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB6DD is #E34922. Grayscale: #8C8C8C. Windows color (decimal): -14895395 or 14530076. OLE color: 14530076.

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

Color convert

RGB28182221-
CMYK0.870.1800.13
HSL192.12º77.51%48.82%-
HSV(B)192.12º87.33%86.67%-
XYZ30.2638.9274.32-
YUV140.4173.4847.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.50%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 221 (86.72% from 255) = 51.28%
R=6.50%
G=42.23%
B=51.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281822210.870.1800.13192.1277.5148.82
Hex1CB6DD57120Dc04e31
Octal342663351272201530011661
Binary11100101101101101110110101111001001101110000001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,182,221); }

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

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

 a { background-color: rgb(28,182,221); }

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

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

 span { border-color: rgb(28,182,221); }

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