Html Css Color HEX #48C2FD Summer Sky

📋 copy color: '#48C2FD'

red 72 ◦ green 194 ◦ blue 253

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

Shades of Summer Sky #48C2FD

Tints of Summer Sky #48C2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 13.87%
G = 37.38%
B = 48.75%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#48C2FD (or 0x48C2FD) is known color: Summer Sky. HEX triplet: 48, C2 and FD. RGB value is (72,194,253). Sum of RGB (Red+Green+Blue) = 72+194+253=519 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.87% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #48C2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C2FD is #B73D02. Grayscale: #A3A3A3. Windows color (decimal): -12008707 or 16630344. OLE color: 16630344.

HSL color Cylindrical-coordinate representation of color #48C2FD: hue angle of 199.56º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48C2FD is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 194 253 -
CMYK 0.72 0.23 0 0.01
HSL 199.56º 0.98% 0.64% -
HSV(B) 199.56º 0.72% 0.99% -
XYZ 39.69 47.05 99.92 -
YUV 164.25 178.08 62.2 -
System Red Green Blue C M Y K H S L
Decimal 72 194 253 0.72 0.23 0 0.01 199.56 0.98 0.64
Hex 48 C2 FD 48 17 0 1 C8 62 40
Octal 110 302 375 110 27 0 1 310 142 100
Binary 1001000 11000010 11111101 1001000 10111 0 1 11001000 1100010 1000000

Color Harmonies of #48C2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C2FD

Black with #48C2FD

Text Example


Text Example

White with #48C2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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