Html Css Color HEX #48C4EA Summer Sky

📋 copy color: '#48C4EA'

red 72 ◦ green 196 ◦ blue 234

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

Shades of Summer Sky #48C4EA

Tints of Summer Sky #48C4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.04%

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

R = 14.34%
G = 39.04%
B = 46.61%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#48C4EA (or 0x48C4EA) is known color: Summer Sky. HEX triplet: 48, C4 and EA. RGB value is (72,196,234). Sum of RGB (Red+Green+Blue) = 72+196+234=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #48C4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C4EA is #B73B15. Grayscale: #A2A2A2. Windows color (decimal): -12008214 or 15385672. OLE color: 15385672.

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

Color convert

RGB 72 196 234 -
CMYK 0.69 0.16 0 0.08
HSL 194.07º 0.79% 0.6% -
HSV(B) 194.07º 0.69% 0.92% -
XYZ 37.26 46.8 84.91 -
YUV 163.26 167.92 62.91 -
System Red Green Blue C M Y K H S L
Decimal 72 196 234 0.69 0.16 0 0.08 194.07 0.79 0.6
Hex 48 C4 EA 45 10 0 8 C2 4F 3C
Octal 110 304 352 105 20 0 10 302 117 74
Binary 1001000 11000100 11101010 1000101 10000 0 1000 11000010 1001111 111100

Color Harmonies of #48C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C4EA

Black with #48C4EA

Text Example


Text Example

White with #48C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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