#48BCF2

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

Shades of Summer Sky #48BCF2

Tints of Summer Sky #48BCF2

Color information

#48BCF2 (or 0x48BCF2) is unknown color: approx Summer Sky. HEX triplet: 48, BC and F2. RGB value is (72,188,242). Sum of RGB (Red+Green+Blue) = 72+188+242=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #48BCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BCF2 is #B7430D. Grayscale: #9F9F9F. Windows color (decimal): -12010254 or 15907912. OLE color: 15907912.

HSL color Cylindrical-coordinate representation of color #48BCF2: hue angle of 199.06º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48BCF2 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB72188242-
CMYK0.700.2200.05
HSL199.06º86.73%61.57%-
HSV(B)199.06º70.25%94.9%-
XYZ36.6843.7590.52-
YUV159.47174.5765.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.34%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 242 (94.92% from 255) = 48.21%
R=14.34%
G=37.45%
B=48.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal721882420.700.2200.05199.0686.7361.57
Hex48BCF2461605c7573e
Octal110274362106260530712776
Binary100100010111100111100101000110101100101110001111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,188,242); }

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

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

 a { background-color: rgb(72,188,242); }

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

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

 span { border-color: rgb(72,188,242); }

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