Html Css Color HEX #48B1E0 Summer Sky

📋 copy color: '#48B1E0'

red 72 ◦ green 177 ◦ blue 224

#48B1E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #48B1E0

Tints of Summer Sky #48B1E0

RGB

 RED value IS 72 (28.52% from 255) = 15.22%

 GREEN value IS 177 (69.53% from 255) = 37.42%

 BLUE value IS 224 (87.89% from 255) = 47.36%

R = 15.22%
G = 37.42%
B = 47.36%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#48B1E0 (or 0x48B1E0) is known color: Summer Sky. HEX triplet: 48, B1 and E0. RGB value is (72,177,224). Sum of RGB (Red+Green+Blue) = 72+177+224=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #48B1E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B1E0 is #B74E1F. Grayscale: #969696. Windows color (decimal): -12013088 or 14725448. OLE color: 14725448.

HSL color Cylindrical-coordinate representation of color #48B1E0: hue angle of 198.55º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48B1E0 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 177 224 -
CMYK 0.68 0.21 0 0.12
HSL 198.55º 0.71% 0.58% -
HSV(B) 198.55º 0.68% 0.88% -
XYZ 31.85 38.2 76.22 -
YUV 150.96 169.21 71.68 -
System Red Green Blue C M Y K H S L
Decimal 72 177 224 0.68 0.21 0 0.12 198.55 0.71 0.58
Hex 48 B1 E0 44 15 0 C C7 47 3A
Octal 110 261 340 104 25 0 14 307 107 72
Binary 1001000 10110001 11100000 1000100 10101 0 1100 11000111 1000111 111010

Color Harmonies of #48B1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B1E0

Black with #48B1E0

Text Example


Text Example

White with #48B1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,177,224); }

 H1.HeaderClassName
 {
   color: #48B1E0;
 }
 .AnyTagClassName
 {
   color: #48B1E0;
 }
</style>

background-color css

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

 a { background-color: rgb(72,177,224); }

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

border-color css

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

 span { border-color: rgb(72,177,224); }

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