#48C3F3

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

Shades of Summer Sky #48C3F3

Tints of Summer Sky #48C3F3

Color information

#48C3F3 (or 0x48C3F3) is unknown color: approx Summer Sky. HEX triplet: 48, C3 and F3. RGB value is (72,195,243). Sum of RGB (Red+Green+Blue) = 72+195+243=510 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.12% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #48C3F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C3F3 is #B73C0C. Grayscale: #A3A3A3. Windows color (decimal): -12008461 or 15975240. OLE color: 15975240.

HSL color Cylindrical-coordinate representation of color #48C3F3: hue angle of 196.84º degrees, saturation: 0.88, 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 #48C3F3 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB72195243-
CMYK0.700.2000.05
HSL196.84º87.69%61.76%-
HSV(B)196.84º70.37%95.29%-
XYZ38.3746.8891.82-
YUV163.7172.7562.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.12%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 243 (95.31% from 255) = 47.65%
R=14.12%
G=38.24%
B=47.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal721952430.700.2000.05196.8487.6961.76
Hex48C3F3461405c5583e
Octal110303363106240530513076
Binary100100011000011111100111000110101000101110001011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,195,243); }

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

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

 a { background-color: rgb(72,195,243); }

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

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

 span { border-color: rgb(72,195,243); }

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