#4BB0F8

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

Shades of Summer Sky #4BB0F8

Tints of Summer Sky #4BB0F8

Color information

#4BB0F8 (or 0x4BB0F8) is unknown color: approx Summer Sky. HEX triplet: 4B, B0 and F8. RGB value is (75,176,248). Sum of RGB (Red+Green+Blue) = 75+176+248=499 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15.03% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #4BB0F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BB0F8 is #B44F07. Grayscale: #999999. Windows color (decimal): -11816712 or 16298059. OLE color: 16298059.

HSL color Cylindrical-coordinate representation of color #4BB0F8: hue angle of 204.97º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BB0F8 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB75176248-
CMYK0.700.2900.03
HSL204.97º92.51%63.33%-
HSV(B)204.97º69.76%97.25%-
XYZ35.3739.3294.53-
YUV154.01181.0471.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.03%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 248 (97.27% from 255) = 49.70%
R=15.03%
G=35.27%
B=49.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal751762480.700.2900.03204.9792.5163.33
Hex4BB0F8461D03cd5d3f
Octal113260370106350331513577
Binary10010111011000011111000100011011101011110011011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,176,248); }

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

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

 a { background-color: rgb(75,176,248); }

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

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

 span { border-color: rgb(75,176,248); }

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