#4cb1dd

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

Shades of Summer Sky #4CB1DD

Tints of Summer Sky #4CB1DD

Color information

#4CB1DD (or 0x4CB1DD) is unknown color: approx Summer Sky. HEX triplet: 4C, B1 and DD. RGB value is (76,177,221). Sum of RGB (Red+Green+Blue) = 76+177+221=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CB1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB1DD is #B34E22. Grayscale: #979797. Windows color (decimal): -11750947 or 14528844. OLE color: 14528844.

HSL color Cylindrical-coordinate representation of color #4CB1DD: hue angle of 198.21º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CB1DD is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76177221-
CMYK0.660.2000.13
HSL198.21º68.08%58.24%-
HSV(B)198.21º65.61%86.67%-
XYZ31.7538.274.11-
YUV151.82167.0473.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.03%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 221 (86.72% from 255) = 46.62%
R=16.03%
G=37.34%
B=46.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761772210.660.2000.13198.2168.0858.24
Hex4CB1DD42140Dc6443a
Octal1142613351022401530610472
Binary1001100101100011101110110000101010001101110001101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb1dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4cb1dd; }

 p { color: rgb(76,177,221); }

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

<style>
 a { background-color: #4cb1dd; }

 a { background-color: rgb(76,177,221); }

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

<style>
 span { border-color: #4cb1dd; }

 span { border-color: rgb(76,177,221); }

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