Html Css Color HEX #48C2EB Summer Sky

📋 copy color: '#48C2EB'

red 72 ◦ green 194 ◦ blue 235

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

Shades of Summer Sky #48C2EB

Tints of Summer Sky #48C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.72%

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

R = 14.37%
G = 38.72%
B = 46.91%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#48C2EB (or 0x48C2EB) is known color: Summer Sky. HEX triplet: 48, C2 and EB. RGB value is (72,194,235). Sum of RGB (Red+Green+Blue) = 72+194+235=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #48C2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C2EB is #B73D14. Grayscale: #A1A1A1. Windows color (decimal): -12008725 or 15450696. OLE color: 15450696.

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

Color convert

RGB 72 194 235 -
CMYK 0.69 0.17 0 0.08
HSL 195.09º 0.8% 0.6% -
HSV(B) 195.09º 0.69% 0.92% -
XYZ 36.96 45.96 85.52 -
YUV 162.2 169.08 63.67 -
System Red Green Blue C M Y K H S L
Decimal 72 194 235 0.69 0.17 0 0.08 195.09 0.8 0.6
Hex 48 C2 EB 45 11 0 8 C3 50 3C
Octal 110 302 353 105 21 0 10 303 120 74
Binary 1001000 11000010 11101011 1000101 10001 0 1000 11000011 1010000 111100

Color Harmonies of #48C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C2EB

Black with #48C2EB

Text Example


Text Example

White with #48C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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