Html Css Color HEX #48B8EA Summer Sky

📋 copy color: '#48B8EA'

red 72 ◦ green 184 ◦ blue 234

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

Shades of Summer Sky #48B8EA

Tints of Summer Sky #48B8EA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.55%

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 14.69%
G = 37.55%
B = 47.76%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#48B8EA (or 0x48B8EA) is known color: Summer Sky. HEX triplet: 48, B8 and EA. RGB value is (72,184,234). Sum of RGB (Red+Green+Blue) = 72+184+234=490 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.69% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #48B8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B8EA is #B74715. Grayscale: #9B9B9B. Windows color (decimal): -12011286 or 15382600. OLE color: 15382600.

HSL color Cylindrical-coordinate representation of color #48B8EA: hue angle of 198.52º degrees, saturation: 0.79, 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 #48B8EA is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 184 234 -
CMYK 0.69 0.21 0 0.08
HSL 198.52º 0.79% 0.6% -
HSV(B) 198.52º 0.69% 0.92% -
XYZ 34.66 41.6 84.04 -
YUV 156.21 171.89 67.93 -
System Red Green Blue C M Y K H S L
Decimal 72 184 234 0.69 0.21 0 0.08 198.52 0.79 0.6
Hex 48 B8 EA 45 15 0 8 C7 4F 3C
Octal 110 270 352 105 25 0 10 307 117 74
Binary 1001000 10111000 11101010 1000101 10101 0 1000 11000111 1001111 111100

Color Harmonies of #48B8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B8EA

Black with #48B8EA

Text Example


Text Example

White with #48B8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,184,234); }

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

background-color css

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

 a { background-color: rgb(72,184,234); }

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

border-color css

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

 span { border-color: rgb(72,184,234); }

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