Html Css Color HEX #3C99DC Summer Sky

📋 copy color: '#3C99DC'

red 60 ◦ green 153 ◦ blue 220

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

Shades of Summer Sky #3C99DC

Tints of Summer Sky #3C99DC

RGB

 RED value IS 60 (23.83% from 255) = 13.86%

 GREEN value IS 153 (60.16% from 255) = 35.33%

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 13.86%
G = 35.33%
B = 50.81%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C99DC (or 0x3C99DC) is known color: Summer Sky. HEX triplet: 3C, 99 and DC. RGB value is (60,153,220). Sum of RGB (Red+Green+Blue) = 60+153+220=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C99DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C99DC is #C36623. Grayscale: #848484. Windows color (decimal): -12805668 or 14457148. OLE color: 14457148.

HSL color Cylindrical-coordinate representation of color #3C99DC: hue angle of 205.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C99DC is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 153 220 -
CMYK 0.73 0.30 0 0.14
HSL 205.13º 0.7% 0.55% -
HSV(B) 205.13º 0.73% 0.86% -
XYZ 26.17 28.91 71.91 -
YUV 132.83 177.19 76.05 -
System Red Green Blue C M Y K H S L
Decimal 60 153 220 0.73 0.30 0 0.14 205.13 0.7 0.55
Hex 3C 99 DC 49 1E 0 E CD 46 37
Octal 74 231 334 111 36 0 16 315 106 67
Binary 111100 10011001 11011100 1001001 11110 0 1110 11001101 1000110 110111

Color Harmonies of #3C99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C99DC

Black with #3C99DC

Text Example


Text Example

White with #3C99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C99DC; }

 p { color: rgb(60,153,220); }

 H1.HeaderClassName
 {
   color: #3C99DC;
 }
 .AnyTagClassName
 {
   color: #3C99DC;
 }
</style>

background-color css

<style>
 a { background-color: #3C99DC; }

 a { background-color: rgb(60,153,220); }

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

border-color css

<style>
 span { border-color: #3C99DC; }

 span { border-color: rgb(60,153,220); }

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