Html Css Color HEX #48CCF2 Summer Sky

📋 copy color: '#48CCF2'

red 72 ◦ green 204 ◦ blue 242

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

Shades of Summer Sky #48CCF2

Tints of Summer Sky #48CCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.38%

 BLUE value IS 242 (94.92% from 255) = 46.72%

R = 13.9%
G = 39.38%
B = 46.72%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#48CCF2 (or 0x48CCF2) is known color: Summer Sky. HEX triplet: 48, CC and F2. RGB value is (72,204,242). Sum of RGB (Red+Green+Blue) = 72+204+242=518 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.90% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #48CCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CCF2 is #B7330D. Grayscale: #A8A8A8. Windows color (decimal): -12006158 or 15912008. OLE color: 15912008.

HSL color Cylindrical-coordinate representation of color #48CCF2: hue angle of 193.41º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48CCF2 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 204 242 -
CMYK 0.70 0.16 0 0.05
HSL 193.41º 0.87% 0.62% -
HSV(B) 193.41º 0.7% 0.95% -
XYZ 40.29 50.97 91.72 -
YUV 168.86 169.27 58.91 -
System Red Green Blue C M Y K H S L
Decimal 72 204 242 0.70 0.16 0 0.05 193.41 0.87 0.62
Hex 48 CC F2 46 10 0 5 C1 57 3E
Octal 110 314 362 106 20 0 5 301 127 76
Binary 1001000 11001100 11110010 1000110 10000 0 101 11000001 1010111 111110

Color Harmonies of #48CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CCF2

Black with #48CCF2

Text Example


Text Example

White with #48CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,204,242); }

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

background-color css

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

 a { background-color: rgb(72,204,242); }

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

border-color css

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

 span { border-color: rgb(72,204,242); }

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