#4BC2EF

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

Shades of Summer Sky #4BC2EF

Tints of Summer Sky #4BC2EF

Color information

#4BC2EF (or 0x4BC2EF) is unknown color: approx Summer Sky. HEX triplet: 4B, C2 and EF. RGB value is (75,194,239). Sum of RGB (Red+Green+Blue) = 75+194+239=508 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.76% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BC2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BC2EF is #B43D10. Grayscale: #A3A3A3. Windows color (decimal): -11812113 or 15712843. OLE color: 15712843.

HSL color Cylindrical-coordinate representation of color #4BC2EF: hue angle of 196.46º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BC2EF is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB75194239-
CMYK0.690.1900.06
HSL196.46º83.67%61.57%-
HSV(B)196.46º68.62%93.73%-
XYZ37.7746.3188.61-
YUV163.55170.5864.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.76%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 239 (93.75% from 255) = 47.05%
R=14.76%
G=38.19%
B=47.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal751942390.690.1900.06196.4683.6761.57
Hex4BC2EF451306c4543e
Octal113302357105230630412476
Binary100101111000010111011111000101100110110110001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,194,239); }

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

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

 a { background-color: rgb(75,194,239); }

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

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

 span { border-color: rgb(75,194,239); }

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