Html Css Color HEX #48B5FE Summer Sky

📋 copy color: '#48B5FE'

red 72 ◦ green 181 ◦ blue 254

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

Shades of Summer Sky #48B5FE

Tints of Summer Sky #48B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.7%

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

R = 14.2%
G = 35.7%
B = 50.1%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#48B5FE (or 0x48B5FE) is known color: Summer Sky. HEX triplet: 48, B5 and FE. RGB value is (72,181,254). Sum of RGB (Red+Green+Blue) = 72+181+254=507 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.20% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #48B5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B5FE is #B74A01. Grayscale: #9C9C9C. Windows color (decimal): -12012034 or 16692552. OLE color: 16692552.

HSL color Cylindrical-coordinate representation of color #48B5FE: hue angle of 204.07º 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 #48B5FE is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 181 254 -
CMYK 0.72 0.29 0 0.00
HSL 204.07º 0.99% 0.64% -
HSV(B) 204.07º 0.72% 1% -
XYZ 37.09 41.58 99.84 -
YUV 156.73 182.89 67.56 -
System Red Green Blue C M Y K H S L
Decimal 72 181 254 0.72 0.29 0 0.00 204.07 0.99 0.64
Hex 48 B5 FE 48 1D 0 0 CC 63 40
Octal 110 265 376 110 35 0 0 314 143 100
Binary 1001000 10110101 11111110 1001000 11101 0 0 11001100 1100011 1000000

Color Harmonies of #48B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B5FE

Black with #48B5FE

Text Example


Text Example

White with #48B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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