#48C1F8

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

Shades of Summer Sky #48C1F8

Tints of Summer Sky #48C1F8

Color information

#48C1F8 (or 0x48C1F8) is unknown color: approx Summer Sky. HEX triplet: 48, C1 and F8. RGB value is (72,193,248). Sum of RGB (Red+Green+Blue) = 72+193+248=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #48C1F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C1F8 is #B73E07. Grayscale: #A2A2A2. Windows color (decimal): -12008968 or 16302408. OLE color: 16302408.

HSL color Cylindrical-coordinate representation of color #48C1F8: hue angle of 198.75º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48C1F8 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB72193248-
CMYK0.710.2200.03
HSL198.75º92.63%62.75%-
HSV(B)198.75º70.97%97.25%-
XYZ38.6946.2995.7-
YUV163.09175.9163.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.04%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 248 (97.27% from 255) = 48.34%
R=14.04%
G=37.62%
B=48.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal721932480.710.2200.03198.7592.6362.75
Hex48C1F8471603c75d3f
Octal110301370107260330713577
Binary10010001100000111111000100011110110011110001111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48C1F8; }

 p { color: rgb(72,193,248); }

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

<style>
 a { background-color: #48C1F8; }

 a { background-color: rgb(72,193,248); }

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

<style>
 span { border-color: #48C1F8; }

 span { border-color: rgb(72,193,248); }

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