Html Css Color HEX #48BEFE Summer Sky

📋 copy color: '#48BEFE'

red 72 ◦ green 190 ◦ blue 254

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

Shades of Summer Sky #48BEFE

Tints of Summer Sky #48BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.82%

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 13.95%
G = 36.82%
B = 49.22%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#48BEFE (or 0x48BEFE) is known color: Summer Sky. HEX triplet: 48, BE and FE. RGB value is (72,190,254). Sum of RGB (Red+Green+Blue) = 72+190+254=516 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.95% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #48BEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BEFE is #B74101. Grayscale: #A1A1A1. Windows color (decimal): -12009730 or 16694856. OLE color: 16694856.

HSL color Cylindrical-coordinate representation of color #48BEFE: hue angle of 201.1º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48BEFE is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 190 254 -
CMYK 0.72 0.25 0 0.00
HSL 201.1º 0.99% 0.64% -
HSV(B) 201.1º 0.72% 1% -
XYZ 38.98 45.36 100.47 -
YUV 162.01 179.91 63.8 -
System Red Green Blue C M Y K H S L
Decimal 72 190 254 0.72 0.25 0 0.00 201.1 0.99 0.64
Hex 48 BE FE 48 19 0 0 C9 63 40
Octal 110 276 376 110 31 0 0 311 143 100
Binary 1001000 10111110 11111110 1001000 11001 0 0 11001001 1100011 1000000

Color Harmonies of #48BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BEFE

Black with #48BEFE

Text Example


Text Example

White with #48BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,190,254); }

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

background-color css

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

 a { background-color: rgb(72,190,254); }

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

border-color css

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

 span { border-color: rgb(72,190,254); }

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