Html Css Color HEX #48BFFA Summer Sky

📋 copy color: '#48BFFA'

red 72 ◦ green 191 ◦ blue 250

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

Shades of Summer Sky #48BFFA

Tints of Summer Sky #48BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 37.23%

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

R = 14.04%
G = 37.23%
B = 48.73%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#48BFFA (or 0x48BFFA) is known color: Summer Sky. HEX triplet: 48, BF and FA. RGB value is (72,191,250). Sum of RGB (Red+Green+Blue) = 72+191+250=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #48BFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BFFA is #B74005. Grayscale: #A1A1A1. Windows color (decimal): -12009478 or 16432968. OLE color: 16432968.

HSL color Cylindrical-coordinate representation of color #48BFFA: hue angle of 199.89º 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 #48BFFA is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 191 250 -
CMYK 0.71 0.24 0 0.02
HSL 199.89º 0.95% 0.63% -
HSV(B) 199.89º 0.71% 0.98% -
XYZ 38.56 45.54 97.2 -
YUV 162.15 177.58 63.7 -
System Red Green Blue C M Y K H S L
Decimal 72 191 250 0.71 0.24 0 0.02 199.89 0.95 0.63
Hex 48 BF FA 47 18 0 2 C8 5F 3F
Octal 110 277 372 107 30 0 2 310 137 77
Binary 1001000 10111111 11111010 1000111 11000 0 10 11001000 1011111 111111

Color Harmonies of #48BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFFA

Black with #48BFFA

Text Example


Text Example

White with #48BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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