#4BACDD

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

Shades of Summer Sky #4BACDD

Tints of Summer Sky #4BACDD

Color information

#4BACDD (or 0x4BACDD) is unknown color: approx Summer Sky. HEX triplet: 4B, AC and DD. RGB value is (75,172,221). Sum of RGB (Red+Green+Blue) = 75+172+221=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BACDD is #B45322. Grayscale: #949494. Windows color (decimal): -11817763 or 14527563. OLE color: 14527563.

HSL color Cylindrical-coordinate representation of color #4BACDD: hue angle of 200.14º 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 #4BACDD is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75172221-
CMYK0.660.2200.13
HSL200.14º68.22%58.04%-
HSV(B)200.14º66.06%86.67%-
XYZ30.7136.2273.78-
YUV148.58168.8675.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.03%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=16.03%
G=36.75%
B=47.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751722210.660.2200.13200.1468.2258.04
Hex4BACDD42160Dc8443a
Octal1132543351022601531010472
Binary1001011101011001101110110000101011001101110010001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,172,221); }

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

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

 a { background-color: rgb(75,172,221); }

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

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

 span { border-color: rgb(75,172,221); }

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