#48C5FE

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

Shades of Summer Sky #48C5FE

Tints of Summer Sky #48C5FE

Color information

#48C5FE (or 0x48C5FE) is unknown color: approx Summer Sky. HEX triplet: 48, C5 and FE. RGB value is (72,197,254). Sum of RGB (Red+Green+Blue) = 72+197+254=523 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.77% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #48C5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C5FE is #B73A01. Grayscale: #A5A5A5. Windows color (decimal): -12007938 or 16696648. OLE color: 16696648.

HSL color Cylindrical-coordinate representation of color #48C5FE: hue angle of 198.79º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48C5FE is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB72197254-
CMYK0.720.2200.00
HSL198.79º98.91%63.92%-
HSV(B)198.79º71.65%99.61%-
XYZ40.5348.47100.98-
YUV166.12177.5960.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.77%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=13.77%
G=37.67%
B=48.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal721972540.720.2200.00198.7998.9163.92
Hex48C5FE481600c76340
Octal1103053761102600307143100
Binary10010001100010111111110100100010110001100011111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,197,254); }

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

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

 a { background-color: rgb(72,197,254); }

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

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

 span { border-color: rgb(72,197,254); }

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