#48C1EB

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

Shades of Summer Sky #48C1EB

Tints of Summer Sky #48C1EB

Color information

#48C1EB (or 0x48C1EB) is unknown color: approx Summer Sky. HEX triplet: 48, C1 and EB. RGB value is (72,193,235). Sum of RGB (Red+Green+Blue) = 72+193+235=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #48C1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C1EB is #B73E14. Grayscale: #A1A1A1. Windows color (decimal): -12008981 or 15450440. OLE color: 15450440.

HSL color Cylindrical-coordinate representation of color #48C1EB: hue angle of 195.46º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48C1EB is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB72193235-
CMYK0.690.1800.08
HSL195.46º80.3%60.2%-
HSV(B)195.46º69.36%92.16%-
XYZ36.7445.5285.45-
YUV161.61169.4164.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.4%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 235 (92.19% from 255) = 47%
R=14.4%
G=38.6%
B=47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal721932350.690.1800.08195.4680.360.2
Hex48C1EB451208c3503c
Octal1103013531052201030312074
Binary1001000110000011110101110001011001001000110000111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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