#4BB1E0

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

Shades of Summer Sky #4BB1E0

Tints of Summer Sky #4BB1E0

Color information

#4BB1E0 (or 0x4BB1E0) is unknown color: approx Summer Sky. HEX triplet: 4B, B1 and E0. RGB value is (75,177,224). Sum of RGB (Red+Green+Blue) = 75+177+224=476 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.76% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #4BB1E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB1E0 is #B44E1F. Grayscale: #979797. Windows color (decimal): -11816480 or 14725451. OLE color: 14725451.

HSL color Cylindrical-coordinate representation of color #4BB1E0: hue angle of 198.93º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BB1E0 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB75177224-
CMYK0.670.2100.12
HSL198.93º70.62%58.63%-
HSV(B)198.93º66.52%87.84%-
XYZ32.0838.3276.23-
YUV151.86168.7173.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.76%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 224 (87.89% from 255) = 47.06%
R=15.76%
G=37.18%
B=47.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal751772240.670.2100.12198.9370.6258.63
Hex4BB1E043150Cc7473b
Octal1132613401032501430710773
Binary1001011101100011110000010000111010101100110001111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,177,224); }

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

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

 a { background-color: rgb(75,177,224); }

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

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

 span { border-color: rgb(75,177,224); }

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