#48CDF3

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

Shades of Summer Sky #48CDF3

Tints of Summer Sky #48CDF3

Color information

#48CDF3 (or 0x48CDF3) is unknown color: approx Summer Sky. HEX triplet: 48, CD and F3. RGB value is (72,205,243). Sum of RGB (Red+Green+Blue) = 72+205+243=520 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.85% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #48CDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CDF3 is #B7320C. Grayscale: #A9A9A9. Windows color (decimal): -12005901 or 15977800. OLE color: 15977800.

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

Color convert

RGB72205243-
CMYK0.700.1600.05
HSL193.33º87.69%61.76%-
HSV(B)193.33º70.37%95.29%-
XYZ40.6851.5192.59-
YUV169.56169.4458.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.85%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 243 (95.31% from 255) = 46.73%
R=13.85%
G=39.42%
B=46.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal722052430.700.1600.05193.3387.6961.76
Hex48CDF3461005c1583e
Octal110315363106200530113076
Binary100100011001101111100111000110100000101110000011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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