Html Css Color HEX #48BFEB Summer Sky

📋 copy color: '#48BFEB'

red 72 ◦ green 191 ◦ blue 235

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

Shades of Summer Sky #48BFEB

Tints of Summer Sky #48BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 38.35%

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 14.46%
G = 38.35%
B = 47.19%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#48BFEB (or 0x48BFEB) is known color: Summer Sky. HEX triplet: 48, BF and EB. RGB value is (72,191,235). Sum of RGB (Red+Green+Blue) = 72+191+235=498 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.46% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #48BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BFEB is #B74014. Grayscale: #A0A0A0. Windows color (decimal): -12009493 or 15449928. OLE color: 15449928.

HSL color Cylindrical-coordinate representation of color #48BFEB: hue angle of 196.2º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48BFEB is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 191 235 -
CMYK 0.69 0.19 0 0.08
HSL 196.2º 0.8% 0.6% -
HSV(B) 196.2º 0.69% 0.92% -
XYZ 36.3 44.64 85.3 -
YUV 160.44 170.08 64.92 -
System Red Green Blue C M Y K H S L
Decimal 72 191 235 0.69 0.19 0 0.08 196.2 0.8 0.6
Hex 48 BF EB 45 13 0 8 C4 50 3C
Octal 110 277 353 105 23 0 10 304 120 74
Binary 1001000 10111111 11101011 1000101 10011 0 1000 11000100 1010000 111100

Color Harmonies of #48BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFEB

Black with #48BFEB

Text Example


Text Example

White with #48BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,235); }

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

background-color css

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

 a { background-color: rgb(72,191,235); }

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

border-color css

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

 span { border-color: rgb(72,191,235); }

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