#4BB1DF

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

Shades of Summer Sky #4BB1DF

Tints of Summer Sky #4BB1DF

Color information

#4BB1DF (or 0x4BB1DF) is unknown color: approx Summer Sky. HEX triplet: 4B, B1 and DF. RGB value is (75,177,223). Sum of RGB (Red+Green+Blue) = 75+177+223=475 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.79% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #4BB1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB1DF is #B44E20. Grayscale: #979797. Windows color (decimal): -11816481 or 14659915. OLE color: 14659915.

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

Color convert

RGB75177223-
CMYK0.660.2100.13
HSL198.65º69.81%58.43%-
HSV(B)198.65º66.37%87.45%-
XYZ31.9438.2775.51-
YUV151.75168.2173.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.79%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=15.79%
G=37.26%
B=46.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751772230.660.2100.13198.6569.8158.43
Hex4BB1DF42150Dc7463a
Octal1132613371022501530710672
Binary1001011101100011101111110000101010101101110001111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,177,223); }

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

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

 a { background-color: rgb(75,177,223); }

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

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

 span { border-color: rgb(75,177,223); }

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