#48C4F3

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

Shades of Summer Sky #48C4F3

Tints of Summer Sky #48C4F3

Color information

#48C4F3 (or 0x48C4F3) is unknown color: approx Summer Sky. HEX triplet: 48, C4 and F3. RGB value is (72,196,243). Sum of RGB (Red+Green+Blue) = 72+196+243=511 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.09% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #48C4F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C4F3 is #B73B0C. Grayscale: #A3A3A3. Windows color (decimal): -12008205 or 15975496. OLE color: 15975496.

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

Color convert

RGB72196243-
CMYK0.700.1900.05
HSL196.49º87.69%61.76%-
HSV(B)196.49º70.37%95.29%-
XYZ38.5947.3391.9-
YUV164.28172.4262.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.09%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 243 (95.31% from 255) = 47.55%
R=14.09%
G=38.36%
B=47.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal721962430.700.1900.05196.4987.6961.76
Hex48C4F3461305c4583e
Octal110304363106230530413076
Binary100100011000100111100111000110100110101110001001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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