Html Css Color HEX #48CCED Summer Sky

📋 copy color: '#48CCED'

red 72 ◦ green 204 ◦ blue 237

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

Shades of Summer Sky #48CCED

Tints of Summer Sky #48CCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.2%

R = 14.04%
G = 39.77%
B = 46.2%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#48CCED (or 0x48CCED) is known color: Summer Sky. HEX triplet: 48, CC and ED. RGB value is (72,204,237). Sum of RGB (Red+Green+Blue) = 72+204+237=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #48CCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CCED is #B73312. Grayscale: #A8A8A8. Windows color (decimal): -12006163 or 15584328. OLE color: 15584328.

HSL color Cylindrical-coordinate representation of color #48CCED: hue angle of 192º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48CCED is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 204 237 -
CMYK 0.70 0.14 0 0.07
HSL 192º 0.82% 0.61% -
HSV(B) 192º 0.7% 0.93% -
XYZ 39.55 50.68 87.82 -
YUV 168.29 166.77 59.32 -
System Red Green Blue C M Y K H S L
Decimal 72 204 237 0.70 0.14 0 0.07 192 0.82 0.61
Hex 48 CC ED 46 E 0 7 C0 52 3D
Octal 110 314 355 106 16 0 7 300 122 75
Binary 1001000 11001100 11101101 1000110 1110 0 111 11000000 1010010 111101

Color Harmonies of #48CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CCED

Black with #48CCED

Text Example


Text Example

White with #48CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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