Html Css Color HEX #48B7FA Summer Sky

📋 copy color: '#48B7FA'

red 72 ◦ green 183 ◦ blue 250

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

Shades of Summer Sky #48B7FA

Tints of Summer Sky #48B7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.24%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 14.26%
G = 36.24%
B = 49.5%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#48B7FA (or 0x48B7FA) is known color: Summer Sky. HEX triplet: 48, B7 and FA. RGB value is (72,183,250). Sum of RGB (Red+Green+Blue) = 72+183+250=505 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.26% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #48B7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B7FA is #B74805. Grayscale: #9D9D9D. Windows color (decimal): -12011526 or 16430920. OLE color: 16430920.

HSL color Cylindrical-coordinate representation of color #48B7FA: hue angle of 202.58º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48B7FA is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 183 250 -
CMYK 0.71 0.27 0 0.02
HSL 202.58º 0.95% 0.63% -
HSV(B) 202.58º 0.71% 0.98% -
XYZ 36.86 42.15 96.63 -
YUV 157.45 180.23 67.05 -
System Red Green Blue C M Y K H S L
Decimal 72 183 250 0.71 0.27 0 0.02 202.58 0.95 0.63
Hex 48 B7 FA 47 1B 0 2 CB 5F 3F
Octal 110 267 372 107 33 0 2 313 137 77
Binary 1001000 10110111 11111010 1000111 11011 0 10 11001011 1011111 111111

Color Harmonies of #48B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B7FA

Black with #48B7FA

Text Example


Text Example

White with #48B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,183,250); }

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

background-color css

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

 a { background-color: rgb(72,183,250); }

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

border-color css

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

 span { border-color: rgb(72,183,250); }

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