#4BBCDE

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

Shades of Summer Sky #4BBCDE

Tints of Summer Sky #4BBCDE

Color information

#4BBCDE (or 0x4BBCDE) is unknown color: approx Summer Sky. HEX triplet: 4B, BC and DE. RGB value is (75,188,222). Sum of RGB (Red+Green+Blue) = 75+188+222=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BBCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBCDE is #B44321. Grayscale: #9D9D9D. Windows color (decimal): -11813666 or 14597195. OLE color: 14597195.

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

Color convert

RGB75188222-
CMYK0.660.1500.13
HSL193.88º69.01%58.24%-
HSV(B)193.88º66.22%87.06%-
XYZ34.0742.7475.56-
YUV158.09164.0668.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.46%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=15.46%
G=38.76%
B=45.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751882220.660.1500.13193.8869.0158.24
Hex4BBCDE42F0Dc2453a
Octal1132743361021701530210572
Binary100101110111100110111101000010111101101110000101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,188,222); }

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

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

 a { background-color: rgb(75,188,222); }

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

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

 span { border-color: rgb(75,188,222); }

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