#4BC9F0

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

Shades of Summer Sky #4BC9F0

Tints of Summer Sky #4BC9F0

Color information

#4BC9F0 (or 0x4BC9F0) is unknown color: approx Summer Sky. HEX triplet: 4B, C9 and F0. RGB value is (75,201,240). Sum of RGB (Red+Green+Blue) = 75+201+240=516 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.53% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #4BC9F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BC9F0 is #B4360F. Grayscale: #A7A7A7. Windows color (decimal): -11810320 or 15780171. OLE color: 15780171.

HSL color Cylindrical-coordinate representation of color #4BC9F0: hue angle of 194.18º degrees, saturation: 0.85, 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 #4BC9F0 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB75201240-
CMYK0.690.1600.06
HSL194.18º84.62%61.76%-
HSV(B)194.18º68.75%94.12%-
XYZ39.5249.5689.92-
YUV167.77168.7661.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.53%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 240 (94.14% from 255) = 46.51%
R=14.53%
G=38.95%
B=46.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal752012400.690.1600.06194.1884.6261.76
Hex4BC9F0451006c2553e
Octal113311360105200630212576
Binary100101111001001111100001000101100000110110000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,201,240); }

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

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

 a { background-color: rgb(75,201,240); }

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

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

 span { border-color: rgb(75,201,240); }

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