Html Css Color HEX #3C96DF Summer Sky

📋 copy color: '#3C96DF'

red 60 ◦ green 150 ◦ blue 223

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

Shades of Summer Sky #3C96DF

Tints of Summer Sky #3C96DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.64%

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 13.86%
G = 34.64%
B = 51.5%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C96DF (or 0x3C96DF) is known color: Summer Sky. HEX triplet: 3C, 96 and DF. RGB value is (60,150,223). Sum of RGB (Red+Green+Blue) = 60+150+223=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C96DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C96DF is #C36920. Grayscale: #838383. Windows color (decimal): -12806433 or 14652988. OLE color: 14652988.

HSL color Cylindrical-coordinate representation of color #3C96DF: hue angle of 206.87º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C96DF is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 150 223 -
CMYK 0.73 0.33 0 0.13
HSL 206.87º 0.72% 0.55% -
HSV(B) 206.87º 0.73% 0.87% -
XYZ 26.09 28.1 73.86 -
YUV 131.41 179.68 77.06 -
System Red Green Blue C M Y K H S L
Decimal 60 150 223 0.73 0.33 0 0.13 206.87 0.72 0.55
Hex 3C 96 DF 49 21 0 D CF 48 37
Octal 74 226 337 111 41 0 15 317 110 67
Binary 111100 10010110 11011111 1001001 100001 0 1101 11001111 1001000 110111

Color Harmonies of #3C96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C96DF

Black with #3C96DF

Text Example


Text Example

White with #3C96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,150,223); }

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

background-color css

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

 a { background-color: rgb(60,150,223); }

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

border-color css

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

 span { border-color: rgb(60,150,223); }

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