Html Css Color HEX #48BBFE Summer Sky

📋 copy color: '#48BBFE'

red 72 ◦ green 187 ◦ blue 254

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

Shades of Summer Sky #48BBFE

Tints of Summer Sky #48BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

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

R = 14.04%
G = 36.45%
B = 49.51%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#48BBFE (or 0x48BBFE) is known color: Summer Sky. HEX triplet: 48, BB and FE. RGB value is (72,187,254). Sum of RGB (Red+Green+Blue) = 72+187+254=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #48BBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BBFE is #B74401. Grayscale: #9F9F9F. Windows color (decimal): -12010498 or 16694088. OLE color: 16694088.

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

Color convert

RGB 72 187 254 -
CMYK 0.72 0.26 0 0.00
HSL 202.09º 0.99% 0.64% -
HSV(B) 202.09º 0.72% 1% -
XYZ 38.33 44.07 100.25 -
YUV 160.25 180.9 65.05 -
System Red Green Blue C M Y K H S L
Decimal 72 187 254 0.72 0.26 0 0.00 202.09 0.99 0.64
Hex 48 BB FE 48 1A 0 0 CA 63 40
Octal 110 273 376 110 32 0 0 312 143 100
Binary 1001000 10111011 11111110 1001000 11010 0 0 11001010 1100011 1000000

Color Harmonies of #48BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BBFE

Black with #48BBFE

Text Example


Text Example

White with #48BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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