#48CEF0

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

Shades of Summer Sky #48CEF0

Tints of Summer Sky #48CEF0

Color information

#48CEF0 (or 0x48CEF0) is unknown color: approx Summer Sky. HEX triplet: 48, CE and F0. RGB value is (72,206,240). Sum of RGB (Red+Green+Blue) = 72+206+240=518 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.90% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #48CEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CEF0 is #B7310F. Grayscale: #A9A9A9. Windows color (decimal): -12005648 or 15781448. OLE color: 15781448.

HSL color Cylindrical-coordinate representation of color #48CEF0: hue angle of 192.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48CEF0 is Cyan = 0.7, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB72206240-
CMYK0.70.1400.06
HSL192.14º84.85%61.18%-
HSV(B)192.14º70%94.12%-
XYZ40.4751.8190.31-
YUV169.81167.6158.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.90%
GREEN value IS 206 (80.86% from 255) = 39.77%
BLUE value IS 240 (94.14% from 255) = 46.33%
R=13.90%
G=39.77%
B=46.33%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722062400.70.1400.06192.1484.8561.18
Hex48CEF046E06c0553d
Octal110316360106160630012575
Binary10010001100111011110000100011011100110110000001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,206,240); }

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

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

 a { background-color: rgb(72,206,240); }

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

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

 span { border-color: rgb(72,206,240); }

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