#4CBDDE

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

Shades of Summer Sky #4CBDDE

Tints of Summer Sky #4CBDDE

Color information

#4CBDDE (or 0x4CBDDE) is unknown color: approx Summer Sky. HEX triplet: 4C, BD and DE. RGB value is (76,189,222). Sum of RGB (Red+Green+Blue) = 76+189+222=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #4CBDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDDE is #B34221. Grayscale: #9E9E9E. Windows color (decimal): -11747874 or 14597452. OLE color: 14597452.

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

Color convert

RGB76189222-
CMYK0.660.1500.13
HSL193.56º68.87%58.43%-
HSV(B)193.56º65.77%87.06%-
XYZ34.3643.2175.64-
YUV158.98163.5668.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.61%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=15.61%
G=38.81%
B=45.59%

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
Decimal761892220.660.1500.13193.5668.8758.43
Hex4CBDDE42F0Dc2453a
Octal1142753361021701530210572
Binary100110010111101110111101000010111101101110000101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,189,222); }

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

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

 a { background-color: rgb(76,189,222); }

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

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

 span { border-color: rgb(76,189,222); }

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