Html Css Color HEX #48BCFB Summer Sky

📋 copy color: '#48BCFB'

red 72 ◦ green 188 ◦ blue 251

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

Shades of Summer Sky #48BCFB

Tints of Summer Sky #48BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.79%

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 14.09%
G = 36.79%
B = 49.12%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#48BCFB (or 0x48BCFB) is known color: Summer Sky. HEX triplet: 48, BC and FB. RGB value is (72,188,251). Sum of RGB (Red+Green+Blue) = 72+188+251=511 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.09% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #48BCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BCFB is #B74304. Grayscale: #A0A0A0. Windows color (decimal): -12010245 or 16497736. OLE color: 16497736.

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

Color convert

RGB 72 188 251 -
CMYK 0.71 0.25 0 0.02
HSL 201.12º 0.96% 0.63% -
HSV(B) 201.12º 0.71% 0.98% -
XYZ 38.07 44.31 97.81 -
YUV 160.5 179.07 64.88 -
System Red Green Blue C M Y K H S L
Decimal 72 188 251 0.71 0.25 0 0.02 201.12 0.96 0.63
Hex 48 BC FB 47 19 0 2 C9 60 3F
Octal 110 274 373 107 31 0 2 311 140 77
Binary 1001000 10111100 11111011 1000111 11001 0 10 11001001 1100000 111111

Color Harmonies of #48BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCFB

Black with #48BCFB

Text Example


Text Example

White with #48BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,188,251); }

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

background-color css

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

 a { background-color: rgb(72,188,251); }

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

border-color css

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

 span { border-color: rgb(72,188,251); }

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