#4BABDD

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

Shades of Summer Sky #4BABDD

Tints of Summer Sky #4BABDD

Color information

#4BABDD (or 0x4BABDD) is unknown color: approx Summer Sky. HEX triplet: 4B, AB and DD. RGB value is (75,171,221). Sum of RGB (Red+Green+Blue) = 75+171+221=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BABDD is #B45422. Grayscale: #939393. Windows color (decimal): -11818019 or 14527307. OLE color: 14527307.

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

Color convert

RGB75171221-
CMYK0.660.2300.13
HSL200.55º68.22%58.04%-
HSV(B)200.55º66.06%86.67%-
XYZ30.5235.8473.72-
YUV148169.275.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.06%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=16.06%
G=36.62%
B=47.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751712210.660.2300.13200.5568.2258.04
Hex4BABDD42170Dc9443a
Octal1132533351022701531110472
Binary1001011101010111101110110000101011101101110010011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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