Html Css Color HEX #48BCEC Summer Sky

📋 copy color: '#48BCEC'

red 72 ◦ green 188 ◦ blue 236

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

Shades of Summer Sky #48BCEC

Tints of Summer Sky #48BCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 14.52%
G = 37.9%
B = 47.58%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#48BCEC (or 0x48BCEC) is known color: Summer Sky. HEX triplet: 48, BC and EC. RGB value is (72,188,236). Sum of RGB (Red+Green+Blue) = 72+188+236=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #48BCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BCEC is #B74313. Grayscale: #9E9E9E. Windows color (decimal): -12010260 or 15514696. OLE color: 15514696.

HSL color Cylindrical-coordinate representation of color #48BCEC: hue angle of 197.56º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48BCEC is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 188 236 -
CMYK 0.69 0.20 0 0.07
HSL 197.56º 0.81% 0.6% -
HSV(B) 197.56º 0.69% 0.93% -
XYZ 35.8 43.4 85.85 -
YUV 158.79 171.57 66.1 -
System Red Green Blue C M Y K H S L
Decimal 72 188 236 0.69 0.20 0 0.07 197.56 0.81 0.6
Hex 48 BC EC 45 14 0 7 C6 51 3C
Octal 110 274 354 105 24 0 7 306 121 74
Binary 1001000 10111100 11101100 1000101 10100 0 111 11000110 1010001 111100

Color Harmonies of #48BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCEC

Black with #48BCEC

Text Example


Text Example

White with #48BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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