#48C7EA

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

Shades of Summer Sky #48C7EA

Tints of Summer Sky #48C7EA

Color information

#48C7EA (or 0x48C7EA) is unknown color: approx Summer Sky. HEX triplet: 48, C7 and EA. RGB value is (72,199,234). Sum of RGB (Red+Green+Blue) = 72+199+234=505 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.26% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #48C7EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C7EA is #B73815. Grayscale: #A4A4A4. Windows color (decimal): -12007446 or 15386440. OLE color: 15386440.

HSL color Cylindrical-coordinate representation of color #48C7EA: hue angle of 192.96º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48C7EA is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB72199234-
CMYK0.690.1500.08
HSL192.96º79.41%60%-
HSV(B)192.96º69.23%91.76%-
XYZ37.9548.1785.14-
YUV165.02166.9261.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.26%
GREEN value IS 199 (78.12% from 255) = 39.41%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=14.26%
G=39.41%
B=46.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal721992340.690.1500.08192.9679.4160
Hex48C7EA45F08c14f3c
Octal1103073521051701030111774
Binary100100011000111111010101000101111101000110000011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,199,234); }

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

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

 a { background-color: rgb(72,199,234); }

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

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

 span { border-color: rgb(72,199,234); }

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