Html Css Color HEX #48BDFE Summer Sky

📋 copy color: '#48BDFE'

red 72 ◦ green 189 ◦ blue 254

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

Shades of Summer Sky #48BDFE

Tints of Summer Sky #48BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.7%

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

R = 13.98%
G = 36.7%
B = 49.32%

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

#48BDFE (or 0x48BDFE) is known color: Summer Sky. HEX triplet: 48, BD and FE. RGB value is (72,189,254). Sum of RGB (Red+Green+Blue) = 72+189+254=515 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.98% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #48BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BDFE is #B74201. Grayscale: #A1A1A1. Windows color (decimal): -12009986 or 16694600. OLE color: 16694600.

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

Color convert

RGB 72 189 254 -
CMYK 0.72 0.26 0 0.00
HSL 201.43º 0.99% 0.64% -
HSV(B) 201.43º 0.72% 1% -
XYZ 38.76 44.93 100.4 -
YUV 161.43 180.24 64.21 -
System Red Green Blue C M Y K H S L
Decimal 72 189 254 0.72 0.26 0 0.00 201.43 0.99 0.64
Hex 48 BD FE 48 1A 0 0 C9 63 40
Octal 110 275 376 110 32 0 0 311 143 100
Binary 1001000 10111101 11111110 1001000 11010 0 0 11001001 1100011 1000000

Color Harmonies of #48BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDFE

Black with #48BDFE

Text Example


Text Example

White with #48BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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