Html Css Color HEX #48C9EB Summer Sky

📋 copy color: '#48C9EB'

red 72 ◦ green 201 ◦ blue 235

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

Shades of Summer Sky #48C9EB

Tints of Summer Sky #48C9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.57%

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

R = 14.17%
G = 39.57%
B = 46.26%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#48C9EB (or 0x48C9EB) is known color: Summer Sky. HEX triplet: 48, C9 and EB. RGB value is (72,201,235). Sum of RGB (Red+Green+Blue) = 72+201+235=508 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.17% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #48C9EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C9EB is #B73614. Grayscale: #A6A6A6. Windows color (decimal): -12006933 or 15452488. OLE color: 15452488.

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

Color convert

RGB 72 201 235 -
CMYK 0.69 0.14 0 0.08
HSL 192.52º 0.8% 0.6% -
HSV(B) 192.52º 0.69% 0.92% -
XYZ 38.55 49.15 86.05 -
YUV 166.31 166.76 60.74 -
System Red Green Blue C M Y K H S L
Decimal 72 201 235 0.69 0.14 0 0.08 192.52 0.8 0.6
Hex 48 C9 EB 45 E 0 8 C1 50 3C
Octal 110 311 353 105 16 0 10 301 120 74
Binary 1001000 11001001 11101011 1000101 1110 0 1000 11000001 1010000 111100

Color Harmonies of #48C9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C9EB

Black with #48C9EB

Text Example


Text Example

White with #48C9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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