Html Css Color HEX #48C8FE Summer Sky

📋 copy color: '#48C8FE'

red 72 ◦ green 200 ◦ blue 254

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

Shades of Summer Sky #48C8FE

Tints of Summer Sky #48C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.02%

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

R = 13.69%
G = 38.02%
B = 48.29%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#48C8FE (or 0x48C8FE) is known color: Summer Sky. HEX triplet: 48, C8 and FE. RGB value is (72,200,254). Sum of RGB (Red+Green+Blue) = 72+200+254=526 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.69% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #48C8FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C8FE is #B73701. Grayscale: #A7A7A7. Windows color (decimal): -12007170 or 16697416. OLE color: 16697416.

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

Color convert

RGB 72 200 254 -
CMYK 0.72 0.21 0 0.00
HSL 197.8º 0.99% 0.64% -
HSV(B) 197.8º 0.72% 1% -
XYZ 41.22 49.84 101.21 -
YUV 167.88 176.59 59.61 -
System Red Green Blue C M Y K H S L
Decimal 72 200 254 0.72 0.21 0 0.00 197.8 0.99 0.64
Hex 48 C8 FE 48 15 0 0 C6 63 40
Octal 110 310 376 110 25 0 0 306 143 100
Binary 1001000 11001000 11111110 1001000 10101 0 0 11000110 1100011 1000000

Color Harmonies of #48C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C8FE

Black with #48C8FE

Text Example


Text Example

White with #48C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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