#48C8E5

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

Shades of Summer Sky #48C8E5

Tints of Summer Sky #48C8E5

Color information

#48C8E5 (or 0x48C8E5) is unknown color: approx Summer Sky. HEX triplet: 48, C8 and E5. RGB value is (72,200,229). Sum of RGB (Red+Green+Blue) = 72+200+229=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #48C8E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C8E5 is #B7371A. Grayscale: #A4A4A4. Windows color (decimal): -12007195 or 15059016. OLE color: 15059016.

HSL color Cylindrical-coordinate representation of color #48C8E5: hue angle of 191.08º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48C8E5 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB72200229-
CMYK0.690.1300.10
HSL191.08º75.12%59.02%-
HSV(B)191.08º68.56%89.8%-
XYZ37.4748.3481.49-
YUV165.03164.0961.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.37%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 229 (89.84% from 255) = 45.71%
R=14.37%
G=39.92%
B=45.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722002290.690.1300.10191.0875.1259.02
Hex48C8E545D0Abf4b3b
Octal1103103451051501227711373
Binary100100011001000111001011000101110101010101111111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,200,229); }

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

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

 a { background-color: rgb(72,200,229); }

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

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

 span { border-color: rgb(72,200,229); }

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