Html Css Color HEX #48CDF2 Summer Sky

📋 copy color: '#48CDF2'

red 72 ◦ green 205 ◦ blue 242

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

Shades of Summer Sky #48CDF2

Tints of Summer Sky #48CDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

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

R = 13.87%
G = 39.5%
B = 46.63%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#48CDF2 (or 0x48CDF2) is known color: Summer Sky. HEX triplet: 48, CD and F2. RGB value is (72,205,242). Sum of RGB (Red+Green+Blue) = 72+205+242=519 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.87% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #48CDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CDF2 is #B7320D. Grayscale: #A9A9A9. Windows color (decimal): -12005902 or 15912264. OLE color: 15912264.

HSL color Cylindrical-coordinate representation of color #48CDF2: hue angle of 193.06º 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 #48CDF2 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 205 242 -
CMYK 0.70 0.15 0 0.05
HSL 193.06º 0.87% 0.62% -
HSV(B) 193.06º 0.7% 0.95% -
XYZ 40.53 51.45 91.8 -
YUV 169.45 168.94 58.49 -
System Red Green Blue C M Y K H S L
Decimal 72 205 242 0.70 0.15 0 0.05 193.06 0.87 0.62
Hex 48 CD F2 46 F 0 5 C1 57 3E
Octal 110 315 362 106 17 0 5 301 127 76
Binary 1001000 11001101 11110010 1000110 1111 0 101 11000001 1010111 111110

Color Harmonies of #48CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CDF2

Black with #48CDF2

Text Example


Text Example

White with #48CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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