Html Css Color HEX #48BAFE Summer Sky

📋 copy color: '#48BAFE'

red 72 ◦ green 186 ◦ blue 254

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

Shades of Summer Sky #48BAFE

Tints of Summer Sky #48BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.33%

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

R = 14.06%
G = 36.33%
B = 49.61%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#48BAFE (or 0x48BAFE) is known color: Summer Sky. HEX triplet: 48, BA and FE. RGB value is (72,186,254). Sum of RGB (Red+Green+Blue) = 72+186+254=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #48BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BAFE is #B74501. Grayscale: #9F9F9F. Windows color (decimal): -12010754 or 16693832. OLE color: 16693832.

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

Color convert

RGB 72 186 254 -
CMYK 0.72 0.27 0 0.00
HSL 202.42º 0.99% 0.64% -
HSV(B) 202.42º 0.72% 1% -
XYZ 38.12 43.65 100.18 -
YUV 159.67 181.23 65.47 -
System Red Green Blue C M Y K H S L
Decimal 72 186 254 0.72 0.27 0 0.00 202.42 0.99 0.64
Hex 48 BA FE 48 1B 0 0 CA 63 40
Octal 110 272 376 110 33 0 0 312 143 100
Binary 1001000 10111010 11111110 1001000 11011 0 0 11001010 1100011 1000000

Color Harmonies of #48BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BAFE

Black with #48BAFE

Text Example


Text Example

White with #48BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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