#1CB3DD

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

Shades of Summer Sky #1CB3DD

Tints of Summer Sky #1CB3DD

Color information

#1CB3DD (or 0x1CB3DD) is unknown color: approx Summer Sky. HEX triplet: 1C, B3 and DD. RGB value is (28,179,221). Sum of RGB (Red+Green+Blue) = 28+179+221=428 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.54% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CB3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB3DD is #E34C22. Grayscale: #8A8A8A. Windows color (decimal): -14896163 or 14529308. OLE color: 14529308.

HSL color Cylindrical-coordinate representation of color #1CB3DD: hue angle of 193.06º 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 #1CB3DD is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28179221-
CMYK0.870.1900.13
HSL193.06º77.51%48.82%-
HSV(B)193.06º87.33%86.67%-
XYZ29.6537.7174.12-
YUV138.64174.4749.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.54%
GREEN value IS 179 (70.31% from 255) = 41.82%
BLUE value IS 221 (86.72% from 255) = 51.64%
R=6.54%
G=41.82%
B=51.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281792210.870.1900.13193.0677.5148.82
Hex1CB3DD57130Dc14e31
Octal342633351272301530111661
Binary11100101100111101110110101111001101101110000011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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