#4BC5EA

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

Shades of Summer Sky #4BC5EA

Tints of Summer Sky #4BC5EA

Color information

#4BC5EA (or 0x4BC5EA) is unknown color: approx Summer Sky. HEX triplet: 4B, C5 and EA. RGB value is (75,197,234). Sum of RGB (Red+Green+Blue) = 75+197+234=506 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.82% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #4BC5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BC5EA is #B43A15. Grayscale: #A4A4A4. Windows color (decimal): -11811350 or 15385931. OLE color: 15385931.

HSL color Cylindrical-coordinate representation of color #4BC5EA: hue angle of 193.96º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BC5EA is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB75197234-
CMYK0.680.1600.08
HSL193.96º79.1%60.59%-
HSV(B)193.96º67.95%91.76%-
XYZ37.7247.3785-
YUV164.74167.0863.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.82%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 234 (91.80% from 255) = 46.25%
R=14.82%
G=38.93%
B=46.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal751972340.680.1600.08193.9679.160.59
Hex4BC5EA441008c24f3d
Octal1133053521042001030211775
Binary1001011110001011110101010001001000001000110000101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,234); }

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

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

 a { background-color: rgb(75,197,234); }

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

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

 span { border-color: rgb(75,197,234); }

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